Socket
Socket
Sign inDemoInstall

json-stream-combiner

Package Overview
Dependencies
13
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 2.0.0

.eslintrc

29

package.json
{
"name": "json-stream-combiner",
"version": "1.0.3",
"version": "2.0.0",
"description": "Easey way to take json objects or files and write them to a destination file.",
"main": "src/index.js",
"main": "dist/index.js",
"scripts": {
"test": "find ./test -name '*.spec.js' | xargs mocha "
"build": "rollup -c",
"test": "jest"
},

@@ -25,6 +26,22 @@ "keywords": [

"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"mocha": "^10.4.0"
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@eslint/js": "^9.1.1",
"@jest/globals": "^29.7.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.7",
"@types/stream-array": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"globals": "^15.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rollup": "^4.17.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc