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

node-opcua-variant

Package Overview
Dependencies
Maintainers
0
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.133.0 to 2.134.0

2

dist/variant.js

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

/* istanbul ignore next */
if (options.value.length !== calculate_product(options.dimensions)) {
if (options.value.length != 0 && options.value.length !== calculate_product(options.dimensions)) {
throw new Error("Matrix Variant : invalid value size = options.value.length " +

@@ -363,0 +363,0 @@ options.value.length +

{
"name": "node-opcua-variant",
"version": "2.133.0",
"version": "2.134.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.133.0",
"node-opcua-basic-types": "2.134.0",
"node-opcua-binary-stream": "2.133.0",
"node-opcua-data-model": "2.133.0",
"node-opcua-data-model": "2.134.0",
"node-opcua-enum": "2.133.0",
"node-opcua-factory": "2.133.0",
"node-opcua-factory": "2.134.0",
"node-opcua-nodeid": "2.133.0",

@@ -26,10 +26,10 @@ "node-opcua-utils": "2.133.0"

"devDependencies": {
"@types/lodash": "4.17.9",
"@types/underscore": "^1.11.15",
"@types/lodash": "4.17.13",
"@types/underscore": "^1.13.0",
"lodash": "4.17.21",
"node-opcua-benchmarker": "2.133.0",
"node-opcua-debug": "2.133.0",
"node-opcua-extension-object": "2.133.0",
"node-opcua-numeric-range": "2.133.0",
"node-opcua-packet-analyzer": "2.133.0",
"node-opcua-extension-object": "2.134.0",
"node-opcua-numeric-range": "2.134.0",
"node-opcua-packet-analyzer": "2.134.0",
"node-opcua-status-code": "2.133.0"

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344",
"gitHead": "ccb34926a3c195f6a7e66fca58a2f101858e78be",
"files": [

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

@@ -446,3 +446,3 @@ /**

/* istanbul ignore next */
if (options.value.length !== calculate_product(options.dimensions)) {
if (options.value.length != 0 && options.value.length !== calculate_product(options.dimensions)) {
throw new Error(

@@ -449,0 +449,0 @@ "Matrix Variant : invalid value size = options.value.length " +

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