node-opcua-binary-stream
Advanced tools
Comparing version 2.0.0-alpha.12 to 2.0.0-alpha.13
@@ -47,3 +47,3 @@ "use strict"; | ||
else if (typeof data === "number") { | ||
this.buffer = node_opcua_buffer_utils_1.createFastUninitializedBuffer(data); // new Buffer(/*size=*/data); | ||
this.buffer = node_opcua_buffer_utils_1.createFastUninitializedBuffer(data); | ||
} | ||
@@ -50,0 +50,0 @@ else { |
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.0.0-alpha.12", | ||
"version": "2.0.0-alpha.13", | ||
"description": "pure nodejs OPCUA SDK - module -binary-stream", | ||
@@ -39,3 +39,3 @@ "main": "./dist/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "61699a99c75c631388f2e8d8e33eb209649c5eac" | ||
"gitHead": "6a0c56afb819a44d5abd453d39ce684df6fb3505" | ||
} |
@@ -58,3 +58,3 @@ /** | ||
} else if (typeof data === "number") { | ||
this.buffer = createFastUninitializedBuffer(data); // new Buffer(/*size=*/data); | ||
this.buffer = createFastUninitializedBuffer(data); | ||
} else { | ||
@@ -61,0 +61,0 @@ assert(data instanceof Buffer); |
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
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
53460