node-opcua-basic-types
Advanced tools
Comparing version 2.132.0 to 2.133.0
import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
/** | ||
* @method encodeArray | ||
* @param arr the array to encode. | ||
@@ -5,0 +5,0 @@ * @param stream the stream. |
@@ -10,3 +10,3 @@ "use strict"; | ||
/** | ||
* @method encodeArray | ||
* @param arr the array to encode. | ||
@@ -13,0 +13,0 @@ * @param stream the stream. |
@@ -6,2 +6,5 @@ /*** | ||
export declare function isValidByteString(value: unknown): boolean; | ||
/** | ||
* @public | ||
*/ | ||
export type ByteString = Buffer; | ||
@@ -8,0 +11,0 @@ export declare function randomByteString(value: unknown, len: number): ByteString; |
@@ -17,3 +17,3 @@ "use strict"; | ||
* return a random float value in the range of min inclusive and max exclusive | ||
* @method getRandomInt | ||
* @param min | ||
@@ -20,0 +20,0 @@ * @param max |
@@ -6,3 +6,3 @@ /*** | ||
* return a random integer value in the range of min inclusive and max exclusive | ||
* @method getRandomInt | ||
* @param min | ||
@@ -9,0 +9,0 @@ * @param max |
@@ -9,3 +9,3 @@ "use strict"; | ||
* return a random integer value in the range of min inclusive and max exclusive | ||
* @method getRandomInt | ||
* @param min | ||
@@ -12,0 +12,0 @@ * @param max |
{ | ||
"name": "node-opcua-basic-types", | ||
"version": "2.132.0", | ||
"version": "2.133.0", | ||
"description": "pure nodejs OPCUA SDK - module basic-types", | ||
@@ -15,12 +15,12 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-binary-stream": "2.128.0", | ||
"node-opcua-buffer-utils": "2.128.0", | ||
"node-opcua-date-time": "2.132.0", | ||
"node-opcua-guid": "2.128.0", | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-status-code": "2.128.0" | ||
"node-opcua-binary-stream": "2.133.0", | ||
"node-opcua-buffer-utils": "2.133.0", | ||
"node-opcua-date-time": "2.133.0", | ||
"node-opcua-guid": "2.133.0", | ||
"node-opcua-nodeid": "2.133.0", | ||
"node-opcua-status-code": "2.133.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.128.0", | ||
"node-opcua-debug": "2.128.0" | ||
"node-opcua-benchmarker": "2.133.0", | ||
"node-opcua-debug": "2.133.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"files": [ | ||
@@ -45,0 +45,0 @@ "dist", |
@@ -8,3 +8,3 @@ /*** | ||
/** | ||
* @method encodeArray | ||
* @param arr the array to encode. | ||
@@ -11,0 +11,0 @@ * @param stream the stream. |
@@ -13,2 +13,5 @@ /*** | ||
/** | ||
* @public | ||
*/ | ||
export type ByteString = Buffer; | ||
@@ -15,0 +18,0 @@ |
@@ -11,3 +11,3 @@ /*** | ||
* return a random float value in the range of min inclusive and max exclusive | ||
* @method getRandomInt | ||
* @param min | ||
@@ -14,0 +14,0 @@ * @param max |
@@ -6,3 +6,3 @@ /*** | ||
* return a random integer value in the range of min inclusive and max exclusive | ||
* @method getRandomInt | ||
* @param min | ||
@@ -9,0 +9,0 @@ * @param max |
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
118578
2332
+ Addedlong@5.2.3(transitive)
+ Addednode-opcua-binary-stream@2.133.0(transitive)
+ Addednode-opcua-buffer-utils@2.133.0(transitive)
+ Addednode-opcua-date-time@2.133.0(transitive)
+ Addednode-opcua-guid@2.133.0(transitive)
+ Addednode-opcua-nodeid@2.133.0(transitive)
+ Addednode-opcua-status-code@2.133.0(transitive)
+ Addednode-opcua-utils@2.133.0(transitive)
- Removedlong@4.0.0(transitive)
- Removednode-opcua-binary-stream@2.128.0(transitive)
- Removednode-opcua-buffer-utils@2.128.0(transitive)
- Removednode-opcua-date-time@2.132.0(transitive)
- Removednode-opcua-guid@2.128.0(transitive)
- Removednode-opcua-nodeid@2.128.0(transitive)
- Removednode-opcua-status-code@2.128.0(transitive)
- Removednode-opcua-utils@2.128.0(transitive)
Updatednode-opcua-date-time@2.133.0
Updatednode-opcua-guid@2.133.0
Updatednode-opcua-nodeid@2.133.0