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

node-opcua-factory

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-factory - npm Package Compare versions

Comparing version 2.37.0 to 2.40.0

6

dist/factories_baseobject.js

@@ -413,2 +413,8 @@ "use strict";

const value = self[field.name];
if (typeof field.switchValue === "number") {
// skip
if (self["switchField"] !== field.switchValue) {
continue;
}
}
if (field.isArray) {

@@ -415,0 +421,0 @@ const cursorBefore = stream.length;

20

package.json
{
"name": "node-opcua-factory",
"version": "2.37.0",
"version": "2.40.0",
"description": "pure nodejs OPCUA SDK - module -factory",

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

"node-opcua-assert": "2.37.0",
"node-opcua-basic-types": "2.37.0",
"node-opcua-binary-stream": "2.37.0",
"node-opcua-debug": "2.37.0",
"node-opcua-enum": "2.37.0",
"node-opcua-guid": "2.37.0",
"node-opcua-nodeid": "2.37.0",
"node-opcua-status-code": "2.37.0",
"node-opcua-utils": "2.37.0"
"node-opcua-basic-types": "2.40.0",
"node-opcua-binary-stream": "2.40.0",
"node-opcua-debug": "2.40.0",
"node-opcua-enum": "2.40.0",
"node-opcua-guid": "2.40.0",
"node-opcua-nodeid": "2.40.0",
"node-opcua-status-code": "2.40.0",
"node-opcua-utils": "2.40.0"
},

@@ -41,3 +41,3 @@ "author": "Etienne Rossignon",

"homepage": "http://node-opcua.github.io/",
"gitHead": "271015f5027020dc765b9473501935b548fb855c"
"gitHead": "7315be805cf4ec57a575ca4ef1e1949f6d63ca49"
}

@@ -467,2 +467,8 @@ /**

if (typeof field.switchValue === "number" ) {
// skip
if (self["switchField"] !== field.switchValue) {
continue;
}
}
if (field.isArray) {

@@ -469,0 +475,0 @@ const cursorBefore = stream.length;

Sorry, the diff of this file is not supported yet

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