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.85.0 to 2.86.0

4

dist/variant.d.ts

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

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

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

*/
export declare type BufferedArray2 = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array;
export 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.85.0",
"version": "2.86.0",
"description": "pure nodejs OPCUA SDK - module -variant",

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

"node-opcua-assert": "2.77.0",
"node-opcua-basic-types": "2.85.0",
"node-opcua-binary-stream": "2.85.0",
"node-opcua-data-model": "2.85.0",
"node-opcua-enum": "2.85.0",
"node-opcua-factory": "2.85.0",
"node-opcua-nodeid": "2.85.0",
"node-opcua-utils": "2.85.0"
"node-opcua-basic-types": "2.86.0",
"node-opcua-binary-stream": "2.86.0",
"node-opcua-data-model": "2.86.0",
"node-opcua-enum": "2.86.0",
"node-opcua-factory": "2.86.0",
"node-opcua-nodeid": "2.86.0",
"node-opcua-utils": "2.86.0"
},

@@ -29,8 +29,8 @@ "devDependencies": {

"lodash": "4.17.21",
"node-opcua-benchmarker": "2.85.0",
"node-opcua-debug": "2.85.0",
"node-opcua-extension-object": "2.85.0",
"node-opcua-numeric-range": "2.85.0",
"node-opcua-packet-analyzer": "2.85.0",
"node-opcua-status-code": "2.85.0",
"node-opcua-benchmarker": "2.86.0",
"node-opcua-debug": "2.86.0",
"node-opcua-extension-object": "2.86.0",
"node-opcua-numeric-range": "2.86.0",
"node-opcua-packet-analyzer": "2.86.0",
"node-opcua-status-code": "2.86.0",
"should": "^13.2.3",

@@ -54,3 +54,3 @@ "underscore": "^1.13.6"

"homepage": "http://node-opcua.github.io/",
"gitHead": "68498fcf7b20ea9f7bd66e8529c546221daf5d52"
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3"
}
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