Comparing version 0.0.5 to 0.0.6
@@ -186,2 +186,3 @@ /*! | ||
if(m[2] === 'S') { // Null term string support | ||
n = 0; // Need to deal with empty null term strings | ||
while(a[p + n] !== 0) { | ||
@@ -194,2 +195,3 @@ n++; | ||
s = this._lenLut[m[2]]; | ||
if ((p + n*s) > a.length) { | ||
@@ -196,0 +198,0 @@ return undefined; |
{ | ||
"name": "bufferpack", | ||
"description": "Module to pack/unpack primitives and c strings into/out of a Node.js buffer", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"keywords": ["jspack", "buffer", "octet", "primitive", "string"], | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ryanrolds/bufferpack", |
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
12480
6
250