Installations
npm install @devoto13/angular2-in-memory-web-api
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
6.2.0
NPM Version
3.8.9
Score
58.2
Supply Chain
63.8
Quality
75.4
Maintenance
50
Vulnerability
97
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (98.94%)
JavaScript (1.06%)
Developer
devoto13
Download Statistics
Total Downloads
2,368
Last Day
8
Last Week
15
Last Month
19
Last Year
212
GitHub Statistics
38 Commits
2 Watching
1 Branches
1 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
2,368
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Peer Dependencies
2
Dev Dependencies
25
angular2 in-memory-web-api
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.
Simple Query String Support
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+
To Do
- add documentation
- add tests (shameful omission!)
Build Instructions
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
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
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
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