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

node-opcua-factory

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

3

dist/datatype_factory.js

@@ -163,2 +163,5 @@ "use strict";

this._registerFactory(dataTypeNodeId, className, classConstructor, classConstructor.schema);
if (classConstructor.schema.isAbstract) {
return;
}
if (classConstructor.encodingDefaultBinary && classConstructor.encodingDefaultBinary.value !== 0) {

@@ -165,0 +168,0 @@ this.associateWithBinaryEncoding(className, classConstructor.encodingDefaultBinary);

14

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

@@ -20,10 +20,10 @@ "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-constants": "2.120.0",
"node-opcua-debug": "2.120.0",
"node-opcua-constants": "2.121.0",
"node-opcua-debug": "2.121.0",
"node-opcua-enum": "2.120.0",
"node-opcua-guid": "2.120.0",
"node-opcua-nodeid": "2.120.0",
"node-opcua-status-code": "2.120.0",
"node-opcua-nodeid": "2.121.0",
"node-opcua-status-code": "2.121.0",
"node-opcua-utils": "2.120.0"

@@ -46,3 +46,3 @@ },

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

@@ -49,0 +49,0 @@ "dist",

@@ -201,2 +201,7 @@ /**

this._registerFactory(dataTypeNodeId, className, classConstructor, classConstructor.schema);
if (classConstructor.schema.isAbstract) {
return;
}
if (classConstructor.encodingDefaultBinary && classConstructor.encodingDefaultBinary.value !== 0) {

@@ -203,0 +208,0 @@ this.associateWithBinaryEncoding(className, classConstructor.encodingDefaultBinary);

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