node-opcua-buffer-utils
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "node-opcua-buffer-utils", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "pure nodejs OPCUA SDK - module -buffer-utils", | ||
@@ -32,3 +32,3 @@ "main": "dist/buffer_utils.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a5ddc66431798b11b845c22dca057b480a93f445" | ||
"gitHead": "e7ed2b6dc6c717c8d42d0bbd07018414dfc00b6e" | ||
} |
@@ -21,3 +21,3 @@ "use strict"; | ||
for(i=0;i<n;i++) { | ||
sizes.push(parseInt(""+Math.ceil(Math.random()*10000))); | ||
sizes.push(parseInt(""+Math.ceil(Math.random()*10000),10 )); | ||
} | ||
@@ -24,0 +24,0 @@ //xx console.log(sizes); |
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
7681