stream-buffers
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -32,3 +32,3 @@ var stream = require("stream"), | ||
if(encoding) { | ||
buffer.toString(encoding, 0, amount); | ||
chunk = buffer.toString(encoding, 0, amount); | ||
} | ||
@@ -35,0 +35,0 @@ else { |
@@ -84,3 +84,3 @@ var util = require("util"), | ||
this.end = function() { | ||
args = Array.prototype.slice.apply(arguments); | ||
var args = Array.prototype.slice.apply(arguments); | ||
if(args.length) that.write.apply(that, args); | ||
@@ -87,0 +87,0 @@ that.destroy(); |
{ | ||
"name": "stream-buffers", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Buffer-backed Streams for reading and writing.", | ||
@@ -5,0 +5,0 @@ "keywords": "memory streams, buffer streams", |
@@ -108,2 +108,6 @@ # Node Stream Buffers | ||
Not supposed to be a speed demon, it's more for tests/debugging or weird edge cases. It works with an internal buffer that it copies contents to/from/around. | ||
Not supposed to be a speed demon, it's more for tests/debugging or weird edge cases. It works with an internal buffer that it copies contents to/from/around. | ||
## License | ||
node-stream-buffer is free and unencumbered public domain software. For more information, see the accompanying UNLICENSE file. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
0
112
0
11968
7
166
2