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.2 to 0.0.3

.travis.yml

3

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

@@ -29,2 +29,3 @@ "main": "index.js",

"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.1",
"grandma": "0.0.15",

@@ -31,0 +32,0 @@ "istanbul": "^0.4.3",

@@ -88,3 +88,2 @@ /* jshint node:true, mocha: true */

expect(err).to.be.an.instanceof(Error);
expect(err.message).to.equal('Unexpected end of JSON input');
done();

@@ -150,3 +149,2 @@ });

expect(err).to.be.an.instanceof(Error);
expect(err.message).to.equal('Unexpected end of JSON input');
done();

@@ -153,0 +151,0 @@ });

@@ -84,3 +84,2 @@ /* jshint node:true, mocha: true */

expect(err).to.be.an.instanceof(Error);
expect(err.message).to.equal('Unexpected end of JSON input');
done();

@@ -146,3 +145,2 @@ });

expect(err).to.be.an.instanceof(Error);
expect(err.message).to.equal('Unexpected end of JSON input');
done();

@@ -149,0 +147,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