
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Strongly typed JSON.
JSON is great for humans, sucks for storage. This tool is tasked at forcing APIs to strongly type the parameters for their endpoints. This allows fldsmdfr to optimize all data sent over the network in terms of space.
Install via npm i --save fldsmdfr
.
Two methods: BJSON.stringify()
& BJSON.parse()
- designed to be as similar to the native
JSON.*
methods as possible. The only difference is that it will required an extra parameter
which should be a type mapping.
Examples
BJSON.stringify({ msg: 'Hello, world' }, { msg: 'string' }) // returns a Buffer
BJSON.parse(`<Buffer ...>`, { msg: 'string' }) // returns: { msg: 'Hello, world' }
Licensed under MIT license.
Copyright © 2017-present Karim Alibhai.
FAQs
Rapid & secure communications module.
We found that fldsmdfr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.