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.5 to 0.0.6

LICENSE

3

index.js
/* jshint node:true */
var split = require('split');
var first = require('./lib/first.js');

@@ -25,2 +27,3 @@ var firstObj = require('./lib/firstObj.js');

module.exports = {
split: split,
first: first,

@@ -27,0 +30,0 @@ forEach: forEach,

7

package.json
{
"name": "node-stream",
"version": "0.0.5",
"version": "0.0.6",
"description": "Utilities for working with node streams.",

@@ -22,3 +22,3 @@ "main": "index.js",

"files": [
"LICENSE.md",
"LICENSE",
"README.md",

@@ -41,3 +41,6 @@ "index.js",

"mocha": "^2.4.5"
},
"dependencies": {
"split": "^1.0.0"
}
}
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