Socket
Socket
Sign inDemoInstall

concise-object-stream

Package Overview
Dependencies
10
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

21

package.json
{
"name": "concise-object-stream",
"version": "1.0.6",
"version": "1.0.7",
"description": "More concise node object streams",

@@ -9,9 +9,10 @@ "main": "dist/index.js",

"compile": "babel lib --out-dir dist",
"coverage": "BABEL_ENV=coverage nyc --require babel-register --source-map false --instrument false --reporter=lcov mocha ./test && cat ./coverage/lcov.info | coveralls",
"lint": "eslint 'lib/**' 'test/**'",
"test": "nyc --check-coverage --require babel-register mocha ./test",
"watch": "chokidar 'lib/*.js' 'test/*.js' -c 'npm run lint && npm test'",
"test-dist": "TEST_TARGET=dist mocha --require babel-register",
"watch": "chokidar 'lib/*.js' 'test/*.js' -c 'npm run lint && npm test'",
"ci": "npm run lint && npm run compile && npm run test-dist && npm run coverage",
"prepublish": "npm run compile"
"test-with-coverage": "BABEL_ENV=coverage nyc --require babel-register --source-map false --instrument false npm run test-dist",
"ci": "npm run lint && npm run compile && npm run test-with-coverage",
"prepublish": "npm run compile",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},

@@ -27,3 +28,3 @@ "keywords": [

"babel-core": "^6.7.7",
"babel-plugin-istanbul": "^1.0.3",
"babel-plugin-istanbul": "^2.0.3",
"babel-plugin-transform-object-assign": "^6.5.0",

@@ -36,7 +37,7 @@ "babel-preset-es2015": "^6.6.0",

"coveralls": "^2.11.9",
"eslint": "^3.0.0",
"eslint": "^3.9.1",
"eslint-config-toboid": "^1.0.1",
"lodash": "^4.8.2",
"mocha": "^2.5.3",
"nyc": "^7.0.0"
"lodash": "^4.16.5",
"mocha": "^3.2.0",
"nyc": "^10.0.0"
},

@@ -43,0 +44,0 @@ "dependencies": {

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