node-opcua-binary-stream
Advanced tools
Comparing version 2.128.0 to 2.133.0
@@ -26,8 +26,3 @@ /** | ||
* | ||
* @class BinaryStream | ||
* @param {null|Buffer|Number} data | ||
* @constructor | ||
* | ||
* | ||
* | ||
*/ | ||
@@ -48,3 +43,3 @@ export declare class BinaryStream { | ||
* set the cursor to the begining of the stream | ||
* @method BinaryStream.rewind | ||
*/ | ||
@@ -143,3 +138,3 @@ rewind(): void; | ||
/** | ||
* @method readArrayBuffer | ||
* @param length | ||
@@ -146,0 +141,0 @@ */ |
@@ -35,8 +35,3 @@ "use strict"; | ||
* | ||
* @class BinaryStream | ||
* @param {null|Buffer|Number} data | ||
* @constructor | ||
* | ||
* | ||
* | ||
*/ | ||
@@ -59,3 +54,3 @@ class BinaryStream { | ||
* set the cursor to the begining of the stream | ||
* @method BinaryStream.rewind | ||
*/ | ||
@@ -329,3 +324,3 @@ rewind() { | ||
/** | ||
* @method readArrayBuffer | ||
* @param length | ||
@@ -332,0 +327,0 @@ */ |
{ | ||
"name": "node-opcua-binary-stream", | ||
"version": "2.128.0", | ||
"version": "2.133.0", | ||
"description": "pure nodejs OPCUA SDK - module binary-stream", | ||
@@ -15,6 +15,6 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-buffer-utils": "2.128.0" | ||
"node-opcua-buffer-utils": "2.133.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.128.0" | ||
"node-opcua-benchmarker": "2.133.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "67a73af6b831d8651a0e66ceb295f159cab4386b", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"files": [ | ||
@@ -39,0 +39,0 @@ "dist", |
@@ -34,8 +34,3 @@ /** | ||
* | ||
* @class BinaryStream | ||
* @param {null|Buffer|Number} data | ||
* @constructor | ||
* | ||
* | ||
* | ||
*/ | ||
@@ -69,3 +64,3 @@ export class BinaryStream { | ||
* set the cursor to the begining of the stream | ||
* @method BinaryStream.rewind | ||
*/ | ||
@@ -366,3 +361,3 @@ public rewind(): void { | ||
/** | ||
* @method readArrayBuffer | ||
* @param length | ||
@@ -369,0 +364,0 @@ */ |
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
54824
14
1226
+ Addednode-opcua-buffer-utils@2.133.0(transitive)
- Removednode-opcua-buffer-utils@2.128.0(transitive)