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
200
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.89.0 to 2.90.0

4

dist/variant.d.ts

@@ -37,3 +37,3 @@ /// <reference types="node" />

}
export type VariantLike = VariantOptions;
export declare type VariantLike = VariantOptions;
/***

@@ -62,3 +62,3 @@ * @private

*/
export type BufferedArray2 = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
export declare type BufferedArray2 = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
export declare function coerceVariantType(dataType: DataType, value: undefined | any): any;

@@ -65,0 +65,0 @@ export declare function isValidVariant(arrayType: VariantArrayType, dataType: DataType, value: unknown, dimensions?: number[] | null): boolean;

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

@@ -16,8 +16,8 @@ "main": "./dist/index.js",

"node-opcua-assert": "2.88.0",
"node-opcua-basic-types": "2.89.0",
"node-opcua-basic-types": "2.90.0",
"node-opcua-binary-stream": "2.89.0",
"node-opcua-data-model": "2.89.0",
"node-opcua-data-model": "2.90.0",
"node-opcua-enum": "2.88.0",
"node-opcua-factory": "2.89.0",
"node-opcua-nodeid": "2.88.0",
"node-opcua-factory": "2.90.0",
"node-opcua-nodeid": "2.90.0",
"node-opcua-utils": "2.88.0"

@@ -30,6 +30,6 @@ },

"node-opcua-benchmarker": "2.88.0",
"node-opcua-debug": "2.88.0",
"node-opcua-extension-object": "2.89.0",
"node-opcua-numeric-range": "2.89.0",
"node-opcua-packet-analyzer": "2.89.0",
"node-opcua-debug": "2.90.0",
"node-opcua-extension-object": "2.90.0",
"node-opcua-numeric-range": "2.90.0",
"node-opcua-packet-analyzer": "2.90.0",
"node-opcua-status-code": "2.89.0",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "93d5502a1b71afbb5e5fa56846615c412b63cc1b"
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
}
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