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.131.0 to 2.132.0

2

dist/variant.js

@@ -638,3 +638,3 @@ "use strict";

case DataType_enum_1.DataType.DateTime:
(0, node_opcua_assert_1.assert)(value === null || value instanceof Date);
(0, node_opcua_assert_1.assert)(value === null || !!value.getTime);
break;

@@ -641,0 +641,0 @@ case DataType_enum_1.DataType.String:

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

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

"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.131.0",
"node-opcua-basic-types": "2.132.0",
"node-opcua-binary-stream": "2.128.0",
"node-opcua-data-model": "2.131.0",
"node-opcua-data-model": "2.132.0",
"node-opcua-enum": "2.128.0",
"node-opcua-factory": "2.131.0",
"node-opcua-factory": "2.132.0",
"node-opcua-nodeid": "2.128.0",

@@ -31,5 +31,5 @@ "node-opcua-utils": "2.128.0"

"node-opcua-debug": "2.128.0",
"node-opcua-extension-object": "2.131.0",
"node-opcua-numeric-range": "2.131.0",
"node-opcua-packet-analyzer": "2.131.0",
"node-opcua-extension-object": "2.132.0",
"node-opcua-numeric-range": "2.132.0",
"node-opcua-packet-analyzer": "2.132.0",
"node-opcua-status-code": "2.128.0"

@@ -52,3 +52,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "80f430dd3044826c904f803af40297839dd809be",
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456",
"files": [

@@ -55,0 +55,0 @@ "dist",

@@ -796,3 +796,3 @@ /**

case DataType.DateTime:
assert(value === null || value instanceof Date);
assert(value === null || !!value.getTime);
break;

@@ -799,0 +799,0 @@ case DataType.String:

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