Gathering detailed insights and metrics for @supercharge/json
Gathering detailed insights and metrics for @supercharge/json
Gathering detailed insights and metrics for @supercharge/json
Gathering detailed insights and metrics for @supercharge/json
split-key
Supercharge your JSON objects by mapping multiple keys to one value
laravel-ninja
**Laravel Ninja** is a powerful VS Code extension built to supercharge your Laravel development workflow. From real-time route previews to Livewire support, Blade IntelliSense, and rich JSON logging – it's your all-in-one Laravel developer assistant.
Secure drop-in replacement for the `JSON` global with prototype pollution protection
npm install @supercharge/json
Typescript
Module System
Node Version
NPM Version
JavaScript (58.49%)
TypeScript (41.51%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
21 Commits
3 Watchers
1 Branches
2 Contributors
Updated on Oct 12, 2023
Latest Version
2.0.0
Package Id
@supercharge/json@2.0.0
Unpacked Size
9.41 kB
Size
3.74 kB
File Count
9
NPM Version
8.12.1
Node Version
16.15.0
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
Secure drop-in replacement for the global `JSON` object with prototype pollution protection
Follow @marcuspoehls and @superchargejs for updates!
The @supercharge/json
package is a drop-in replacement for the global JSON
object. It protects JSON parsing against protoype pollution attacks.
npm i @supercharge/json
Using @supercharge/json
is pretty straightforward. Use it the same way as you would use the JSON
object:
1const JSON = require('@supercharge/json') 2 3const user = JSON.parse('{"name":"Supercharge"}') 4// { name: 'Supercharge' } 5 6const user = JSON.parse('{"name":"Supercharge", "__proto__": { "x": 1 }, "constructor": {"prototype": {"bar": "baz"} } }') 7// { name: 'Supercharge' } 8 9 10const json = JSON.stringify({ name: 'Supercharge' }) 11// '{"name":"Supercharge"}'
Do you miss a function? We very much appreciate your contribution! Please send in a pull request 😊
git checkout -b my-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © Supercharge
superchargejs.com · GitHub @supercharge · Twitter @superchargejs
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/21 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
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no SAST tool detected
Details
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
Score
Last Scanned on 2025-06-30
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