bison-types
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "bison-types", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Convert between json and binary", | ||
@@ -5,0 +5,0 @@ "main": "target/index.js", |
@@ -88,5 +88,10 @@ // Generated by CoffeeScript 1.11.1 | ||
_write: function(val, length) { | ||
return this.buffer.writeString(val, { | ||
var count; | ||
count = this.buffer.writeString(val, { | ||
length: length | ||
}); | ||
while (count < length) { | ||
count += this.buffer.writeUInt8(0x00); | ||
} | ||
return length; | ||
} | ||
@@ -93,0 +98,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
25512
394