Comparing version 0.1.0 to 0.1.1
@@ -262,1 +262,9 @@ module.exports = Buffers; | ||
}; | ||
Buffers.prototype.toBuffer = function() { | ||
return this.slice(); | ||
} | ||
Buffers.prototype.toString = function(encoding, start, end) { | ||
return this.slice(start, end).toString(encoding); | ||
} |
{ | ||
"name" : "buffers", | ||
"description" : "Treat a collection of Buffers as a single contiguous partially mutable Buffer.", | ||
"version" : "0.1.0", | ||
"version" : "0.1.1", | ||
"repository" : "http://github.com/substack/node-buffers.git", | ||
@@ -6,0 +6,0 @@ "author" : "James Halliday <mail@substack.net> (http://substack.net)", |
Sorry, the diff of this file is not supported yet
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
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
17376
429
123
1