Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-stream

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stream - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

lib/consumers/selectVersion.js

47

package.json
{
"name": "node-stream",
"version": "0.0.6",
"description": "Utilities for working with node streams.",
"main": "index.js",
"version": "1.0.0",
"description": "Utilities for consuming, creating and manipulating node streams.",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R spec",
"coverage": "istanbul cover --dir coverage node_modules/mocha/bin/_mocha",
"grandma": "grandma"
"test": "gulp test",
"coverage": "gulp coverage",
"docs": "gulp docs",
"build": "gulp build"
},

@@ -17,5 +18,10 @@ "repository": {

"streams",
"wait",
"consume",
"create",
"manipulate",
"forEach",
"util"
"map",
"reduce",
"filter",
"pipeline"
],

@@ -25,3 +31,2 @@ "files": [

"README.md",
"index.js",
"lib/"

@@ -36,12 +41,24 @@ ],

"devDependencies": {
"beeper": "^1.1.0",
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.1",
"grandma": "0.0.16",
"istanbul": "^0.4.3",
"lodash": "^4.12.0",
"mocha": "^2.4.5"
"codeclimate-test-reporter": "^0.3.3",
"eslint-config-stezu": "^0.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.1.0",
"gulp-if": "^2.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.1",
"gulp-sequence": "^0.4.5",
"jsdoc": "^3.4.2",
"lodash": "^4.15.0",
"minami": "^1.1.1"
},
"dependencies": {
"split": "^1.0.0"
"split2": "^2.1.0",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.1"
},
"engines": {
"node": ">=0.12"
}
}
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