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.105.0 to 2.108.0

2

dist/datatype_factory.js

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

// for instance in DI FetchResultDataType should be abstract but is not
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding");
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " does not have binary encoding");
}

@@ -194,0 +194,0 @@ }

{
"name": "node-opcua-factory",
"version": "2.105.0",
"version": "2.108.0",
"description": "pure nodejs OPCUA SDK - module factory",

@@ -20,11 +20,11 @@ "main": "./dist/index.js",

"node-opcua-assert": "2.105.0",
"node-opcua-basic-types": "2.105.0",
"node-opcua-binary-stream": "2.105.0",
"node-opcua-basic-types": "2.108.0",
"node-opcua-binary-stream": "2.108.0",
"node-opcua-constants": "2.98.1",
"node-opcua-debug": "2.105.0",
"node-opcua-enum": "2.105.0",
"node-opcua-debug": "2.108.0",
"node-opcua-enum": "2.108.0",
"node-opcua-guid": "2.98.1",
"node-opcua-nodeid": "2.105.0",
"node-opcua-status-code": "2.105.0",
"node-opcua-utils": "2.105.0"
"node-opcua-nodeid": "2.108.0",
"node-opcua-status-code": "2.108.0",
"node-opcua-utils": "2.108.0"
},

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

"homepage": "http://node-opcua.github.io/",
"gitHead": "41c30f321debfe92128905d97a52426b9d7f9b9e",
"gitHead": "dc706ceab443d98df06b0d5e808daf998d6c7708",
"files": [

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

@@ -205,3 +205,3 @@ /**

// for instance in DI FetchResultDataType should be abstract but is not
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " do not have binary encoding");
warningLog("warning ", dataTypeNodeId.toString(), "name=", className, " does not have binary encoding");
}

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