Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-basic-types

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-basic-types - npm Package Compare versions

Comparing version 2.132.0 to 2.133.0

2

dist/array.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc