node-opcua-basic-types
Advanced tools
+1
-1
| import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
| /** | ||
| * @method encodeArray | ||
| * @param arr the array to encode. | ||
@@ -5,0 +5,0 @@ * @param stream the stream. |
+1
-1
@@ -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; |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"byte_string.js","sourceRoot":"","sources":["../source/byte_string.ts"],"names":[],"mappings":";;AAQA,8CAEC;AAID,4CAOC;AAED,4CAEC;AAED,4CAEC;AAED,4CAQC;AAnCD,qEAAwE;AAExE,mCAAuC;AAEvC,SAAgB,iBAAiB,CAAC,KAAc;IAC5C,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,YAAY,MAAM,CAAC;AACrD,CAAC;AAID,SAAgB,gBAAgB,CAAC,KAAc,EAAE,GAAW;IACxD,GAAG,GAAG,GAAG,IAAI,IAAA,oBAAY,EAAC,CAAC,EAAE,GAAG,CAAC,CAAC;IAClC,MAAM,CAAC,GAAG,IAAA,uDAA6B,EAAC,GAAG,CAAC,CAAC;IAC7C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;QAC3B,CAAC,CAAC,UAAU,CAAC,IAAA,oBAAY,EAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IACD,OAAO,CAAC,CAAC;AACb,CAAC;AAED,SAAgB,gBAAgB,CAAC,UAAsB,EAAE,MAA0B;IAC/E,MAAM,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;AACvC,CAAC;AAED,SAAgB,gBAAgB,CAAC,MAAoB,EAAE,MAAmB;IACtE,OAAO,MAAM,CAAC,cAAc,EAAgB,CAAC;AACjD,CAAC;AAED,SAAgB,gBAAgB,CAAC,KAAqC;IAClE,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACvB,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IACxC,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC"} | ||
| {"version":3,"file":"byte_string.js","sourceRoot":"","sources":["../source/byte_string.ts"],"names":[],"mappings":";;AAQA,8CAEC;AAOD,4CAOC;AAED,4CAEC;AAED,4CAEC;AAED,4CAQC;AAtCD,qEAAwE;AAExE,mCAAuC;AAEvC,SAAgB,iBAAiB,CAAC,KAAc;IAC5C,OAAO,KAAK,KAAK,IAAI,IAAI,KAAK,YAAY,MAAM,CAAC;AACrD,CAAC;AAOD,SAAgB,gBAAgB,CAAC,KAAc,EAAE,GAAW;IACxD,GAAG,GAAG,GAAG,IAAI,IAAA,oBAAY,EAAC,CAAC,EAAE,GAAG,CAAC,CAAC;IAClC,MAAM,CAAC,GAAG,IAAA,uDAA6B,EAAC,GAAG,CAAC,CAAC;IAC7C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC;QAC3B,CAAC,CAAC,UAAU,CAAC,IAAA,oBAAY,EAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IACD,OAAO,CAAC,CAAC;AACb,CAAC;AAED,SAAgB,gBAAgB,CAAC,UAAsB,EAAE,MAA0B;IAC/E,MAAM,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;AACvC,CAAC;AAED,SAAgB,gBAAgB,CAAC,MAAoB,EAAE,MAAmB;IACtE,OAAO,MAAM,CAAC,cAAc,EAAgB,CAAC;AACjD,CAAC;AAED,SAAgB,gBAAgB,CAAC,KAAqC;IAClE,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACvB,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IAC9B,CAAC;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC5B,OAAO,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;IACxC,CAAC;IACD,OAAO,KAAK,CAAC;AACjB,CAAC"} |
+1
-1
@@ -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 |
+1
-1
@@ -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 |
+1
-1
@@ -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 |
+10
-10
| { | ||
| "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", |
+1
-1
@@ -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 @@ |
+1
-1
@@ -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 |
+1
-1
@@ -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 |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
118578
-0.12%2332
-0.09%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated