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

node-opcua-variant

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-variant - npm Package Compare versions

Comparing version 2.5.2 to 2.5.5

2

dist/variant.d.ts

@@ -60,3 +60,3 @@ /**

export declare function isValidVariant(arrayType: VariantArrayType, dataType: DataType, value: any, dimensions?: number[] | null): boolean;
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array;
/***

@@ -63,0 +63,0 @@ * returns true if the two variant represent the same value

{
"name": "node-opcua-variant",
"version": "2.5.2",
"version": "2.5.5",
"description": "pure nodejs OPCUA SDK - module -variant",

@@ -14,7 +14,7 @@ "main": "./dist/index.js",

"node-opcua-assert": "^2.5.1",
"node-opcua-basic-types": "^2.5.2",
"node-opcua-data-model": "^2.5.2",
"node-opcua-basic-types": "^2.5.5",
"node-opcua-data-model": "^2.5.5",
"node-opcua-enum": "^2.5.2",
"node-opcua-extension-object": "^2.5.2",
"node-opcua-factory": "^2.5.2",
"node-opcua-extension-object": "^2.5.5",
"node-opcua-factory": "^2.5.5",
"node-opcua-nodeid": "^2.5.2",

@@ -28,4 +28,4 @@ "node-opcua-utils": "^2.5.1",

"node-opcua-debug": "^2.5.1",
"node-opcua-numeric-range": "^2.5.2",
"node-opcua-packet-analyzer": "^2.5.2",
"node-opcua-numeric-range": "^2.5.5",
"node-opcua-packet-analyzer": "^2.5.5",
"node-opcua-status-code": "^2.5.1",

@@ -50,3 +50,3 @@ "should": "^13.2.3",

"homepage": "http://node-opcua.github.io/",
"gitHead": "923fb4060b27a91f5f8cebeb1294c48a8e8e8ff9"
"gitHead": "4bd588e86bb9c3772dda984526a9b4aa1f110d3f"
}
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