New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-opcua-variant

Package Overview
Dependencies
Maintainers
1
Versions
202
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.120.0 to 2.121.0

2

dist/variant.js

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

if (verification !== self.value.length) {
throw new Error("BadDecodingError");
throw new Error("internalDecodeVariant: BadDecodingError: inconsistent matrix ");
}

@@ -266,0 +266,0 @@ }

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

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

"node-opcua-assert": "2.120.0",
"node-opcua-basic-types": "2.120.0",
"node-opcua-basic-types": "2.121.0",
"node-opcua-binary-stream": "2.120.0",
"node-opcua-data-model": "2.120.0",
"node-opcua-data-model": "2.121.0",
"node-opcua-enum": "2.120.0",
"node-opcua-factory": "2.120.0",
"node-opcua-nodeid": "2.120.0",
"node-opcua-factory": "2.121.0",
"node-opcua-nodeid": "2.121.0",
"node-opcua-utils": "2.120.0"

@@ -30,7 +30,7 @@ },

"node-opcua-benchmarker": "2.120.0",
"node-opcua-debug": "2.120.0",
"node-opcua-extension-object": "2.120.0",
"node-opcua-numeric-range": "2.120.0",
"node-opcua-packet-analyzer": "2.120.0",
"node-opcua-status-code": "2.120.0",
"node-opcua-debug": "2.121.0",
"node-opcua-extension-object": "2.121.0",
"node-opcua-numeric-range": "2.121.0",
"node-opcua-packet-analyzer": "2.121.0",
"node-opcua-status-code": "2.121.0",
"should": "^13.2.3",

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "f4ae243bb61ba7af4c019a3cfe76dfc0f6427983",
"gitHead": "ba93a78eda343ecc0cc20476837347f6dfa259e0",
"files": [

@@ -57,0 +57,0 @@ "dist",

@@ -345,3 +345,3 @@ /**

if (verification !== self.value.length) {
throw new Error("BadDecodingError");
throw new Error("internalDecodeVariant: BadDecodingError: inconsistent matrix ");
}

@@ -348,0 +348,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