linerstream
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "linerstream", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Split a readable stream by newline characters", | ||
@@ -12,7 +12,3 @@ "main": "index.js", | ||
}, | ||
"author": { | ||
"name": "Noah Issaacson", | ||
"email": "noah+npmjs@nisaacson.com", | ||
"url": "https://github.com/nisaacson" | ||
}, | ||
"author": "Noah Issaacson <noah+npmjs@nisaacson.com> (https://github.com/nisaacson)", | ||
"license": "ISC", | ||
@@ -23,3 +19,21 @@ "devDependencies": { | ||
"sinon": "~1.7.3" | ||
} | ||
}, | ||
"dependencies": { | ||
"chai": "~1.8.1", | ||
"sinon": "~1.7.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/nisaacson/linerstream.git" | ||
}, | ||
"keywords": [ | ||
"stream", | ||
"line", | ||
"split", | ||
"newline" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/nisaacson/linerstream/issues" | ||
}, | ||
"homepage": "https://github.com/nisaacson/linerstream" | ||
} |
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
10230
1
1
1
2
+ Addedchai@~1.8.1
+ Addedsinon@~1.7.3
+ Addedassertion-error@1.0.0(transitive)
+ Addedbuster-format@0.5.6(transitive)
+ Addedchai@1.8.1(transitive)
+ Addeddeep-eql@0.1.3(transitive)
+ Addedsinon@1.7.3(transitive)
+ Addedtype-detect@0.1.1(transitive)