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.0-alpha.4 to 2.5.0-alpha.5

0

dist/DataType_enum.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

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[] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array;
export declare function buildVariantArray(dataType: DataType, nbElements: number, defaultValue: any): any[] | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
/***

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ module.exports = {

{
"name": "node-opcua-variant",
"version": "2.5.0-alpha.4",
"version": "2.5.0-alpha.5",
"description": "pure nodejs OPCUA SDK - module -variant",

@@ -15,6 +15,6 @@ "main": "./dist/index.js",

"node-opcua-basic-types": "^2.5.0-alpha.4",
"node-opcua-data-model": "^2.5.0-alpha.4",
"node-opcua-data-model": "^2.5.0-alpha.5",
"node-opcua-enum": "^2.5.0-alpha.4",
"node-opcua-extension-object": "^2.5.0-alpha.4",
"node-opcua-factory": "^2.5.0-alpha.4",
"node-opcua-extension-object": "^2.5.0-alpha.5",
"node-opcua-factory": "^2.5.0-alpha.5",
"node-opcua-nodeid": "^2.5.0-alpha.4",

@@ -28,4 +28,4 @@ "node-opcua-utils": "^2.5.0-alpha.4",

"node-opcua-debug": "^2.5.0-alpha.4",
"node-opcua-numeric-range": "^2.5.0-alpha.4",
"node-opcua-packet-analyzer": "^2.5.0-alpha.4",
"node-opcua-numeric-range": "^2.5.0-alpha.5",
"node-opcua-packet-analyzer": "^2.5.0-alpha.5",
"node-opcua-status-code": "^2.5.0-alpha.4",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "67068530aea80ae818cd8ee05be517194e706523"
"gitHead": "07dcdd8e8c7f2b55544c6e23023093e35674829c"
}

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

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