Gathering detailed insights and metrics for ember-cli-netlify
Gathering detailed insights and metrics for ember-cli-netlify
Gathering detailed insights and metrics for ember-cli-netlify
Gathering detailed insights and metrics for ember-cli-netlify
Ember addon to configure Netlify headers and redirects
npm install ember-cli-netlify
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (82.49%)
HTML (17.04%)
Handlebars (0.47%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
15 Stars
60 Commits
1 Forks
2 Watchers
6 Branches
6 Contributors
Updated on May 30, 2024
Latest Version
0.4.1
Package Id
ember-cli-netlify@0.4.1
Unpacked Size
10.07 kB
Size
4.28 kB
File Count
7
NPM Version
6.13.7
Node Version
13.10.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
29
This addon allows you to configure your Netlify headers and redirects.
ember install ember-cli-netlify
There are a few ways to use this addon. The first one is to define a .netlifyheaders
and/or a .netlifyredirects
file in the root of your project and this
addon will copy the output to dist/_headers
and dist/_redirects
respectively.
The second way is to define an ember-cli-netlify
hash in your ember-cli-build.js
.
You can combine these methods, and anything defined in the config hash will be
appended to the existing files. Currently, only redirects are supported, not headers.
1'ember-cli-netlify': { 2 redirects: [ 3 'https://blog.shipshape.io/* https://shipshape.io/blog/:splat 301!', 4 'https://blog.shipshape.io/* https://shipshape.io/blog/:splat 301!' 5 ] 6}
The final option, for addon authors, is to declare redirects for ember-cli-netlify during compilation. To do so, you will want to:
"ember-cli-netlify-plugin"
to your addon's package.json keywords array.netlifyRedirects()
function in your addon's main file, that returns an array of redirects.ember-cli-netlify
in the host application.See the Contributing guide for details.
This project is licensed under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
83 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More