Gathering detailed insights and metrics for @devoto13/angular2-in-memory-web-api
Gathering detailed insights and metrics for @devoto13/angular2-in-memory-web-api
Gathering detailed insights and metrics for @devoto13/angular2-in-memory-web-api
Gathering detailed insights and metrics for @devoto13/angular2-in-memory-web-api
npm install @devoto13/angular2-in-memory-web-api
Typescript
Module System
Node Version
NPM Version
58.2
Supply Chain
63.8
Quality
75.4
Maintenance
50
Vulnerability
97
License
TypeScript (98.94%)
JavaScript (1.06%)
Total Downloads
2,368
Last Day
8
Last Week
15
Last Month
19
Last Year
212
38 Commits
2 Watching
1 Branches
1 Contributors
Latest Version
0.0.22
Package Id
@devoto13/angular2-in-memory-web-api@0.0.22
Size
32.51 kB
NPM Version
3.8.9
Node Version
6.2.0
Cumulative downloads
Total Downloads
Last day
0%
8
Compared to previous day
Last week
1,400%
15
Compared to previous week
Last month
35.7%
19
Compared to previous month
Last year
-42.7%
212
Compared to previous year
2
25
An in-memory web api for Angular 2 demos and tests.
NOTE This version contains PRs not merged into main repo for ages, build process cleanups and storing data into localStorage
, so it persists after page reload.
See usage in the Angular.io Server Communication chapter.
Custom filters can be passed as a regex pattern via query string. The query string defines which property and value to match against.
Format: /app/heroes/?propertyName=regexPattern
In the following example we are matching on all names containing the letter 'j' in the heroes collection.
/app/heroes/?name=j+
The following describes steps for building and publishing package:
make and commit changes
npm run build
bump version in package.json
update CHANGELOG.md
with changes
git add . && git commit -m 'Bumped version'
git tag <version>
git push && git push --tags
npm publish --access=public
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-12-23
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