New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-json-parser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-json-parser - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "async-json-parser",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.mjs",

@@ -20,4 +20,16 @@ # Async JSON parser

(async () => {
/* pass data as string */
const data = await get(URL);
const result = await parse(data);
/* ------------------ */
/* pass data as stream */
await parse(request(URL));
/* ------------------ */
})();

@@ -24,0 +36,0 @@ ```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc