node-opcua-binary-stream
Advanced tools
Comparing version 2.125.0 to 2.128.0
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
/** | ||
@@ -4,0 +2,0 @@ * @module node-opcua-binary-stream |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.calculateByteLength = exports.BinaryStream = void 0; | ||
exports.BinaryStream = void 0; | ||
exports.calculateByteLength = calculateByteLength; | ||
/** | ||
@@ -435,4 +436,3 @@ * @module node-opcua-binary-stream | ||
} | ||
exports.calculateByteLength = calculateByteLength; | ||
const zeroLengthBuffer = (0, node_opcua_buffer_utils_1.createFastUninitializedBuffer)(0); | ||
//# sourceMappingURL=binaryStream.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -3,0 +2,0 @@ * a BinaryStreamSizeCalculator can be used to quickly evaluate the required size |
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.125.0", | ||
"version": "2.128.0", | ||
"description": "pure nodejs OPCUA SDK - module binary-stream", | ||
@@ -15,7 +15,6 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-buffer-utils": "2.125.0" | ||
"node-opcua-buffer-utils": "2.128.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.125.0", | ||
"should": "^13.2.3" | ||
"node-opcua-benchmarker": "2.128.0" | ||
}, | ||
@@ -37,3 +36,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "a0e0a2f1045e6e402dd4619c625c90008f0617ed", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"files": [ | ||
@@ -40,0 +39,0 @@ "dist", |
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
1
56171
1268
+ Addednode-opcua-buffer-utils@2.128.0(transitive)
- Removednode-opcua-buffer-utils@2.125.0(transitive)