node-stream
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
38068
26
0
127
6
1001