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

@streamparser/json

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamparser/json - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

dist/mjs/index.mjs

8

package.json
{
"name": "@streamparser/json",
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser",
"version": "0.0.7",
"version": "0.0.8",
"main": "./dist/cjs/index.js",

@@ -16,3 +16,3 @@ "module": "./dist/mjs/index.js",

"devDependencies": {
"@types/node": "^17.0.35",
"@types/node": "^18.7.8",
"@types/tap": "^15.0.7",

@@ -26,3 +26,3 @@ "@typescript-eslint/eslint-plugin": "^5.25.0",

"rollup": "^2.74.1",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-typescript2": "^0.33.0",
"tap": "^16.2.0",

@@ -40,3 +40,3 @@ "ts-node": "^10.7.0",

"build": "npm run build:umd && npm run build:cjs && npm run build:mjs && npm run build:deno",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"test": "tap --ts --timeout=90 test",

@@ -43,0 +43,0 @@ "test-with-coverage": "tap --ts --coverage-report=text --coverage-report=lcov --timeout=120 test"

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