Comparing version 0.0.3 to 0.0.4
@@ -163,3 +163,3 @@ /*! | ||
for (var i = 0; i < keys.length; i++) { | ||
result[keys[i]] = values[i]; | ||
result[keys[i]] = values[i][0]; | ||
} | ||
@@ -166,0 +166,0 @@ |
{ | ||
"name": "bufferpack", | ||
"description": "Module to pack/unpack primitives and c strings into/out of a Node.js buffer", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
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
12328
0