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 0.1.1-0 to 0.2.0

22

package.json
{
"name": "node-opcua-factory",
"version": "0.1.1-0",
"version": "0.2.0",
"description": "pure nodejs OPCUA SDK - module -factory",

@@ -10,15 +10,15 @@ "main": "index.js",

"dependencies": {
"node-opcua-assert": "^0.1.1-0",
"node-opcua-basic-types": "^0.1.1-0",
"node-opcua-binary-stream": "^0.1.1-0",
"node-opcua-debug": "^0.1.1-0",
"node-opcua-enum": "^0.1.1-0",
"node-opcua-guid": "^0.1.1-0",
"node-opcua-nodeid": "^0.1.1-0",
"node-opcua-status-code": "^0.1.1-0",
"node-opcua-utils": "^0.1.1-0",
"node-opcua-assert": "^0.2.0",
"node-opcua-basic-types": "^0.2.0",
"node-opcua-binary-stream": "^0.2.0",
"node-opcua-debug": "^0.2.0",
"node-opcua-enum": "^0.2.0",
"node-opcua-guid": "^0.2.0",
"node-opcua-nodeid": "^0.2.0",
"node-opcua-status-code": "^0.2.0",
"node-opcua-utils": "^0.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"node-opcua-debug": "^0.1.1-0"
"node-opcua-debug": "^0.2.0"
},

@@ -25,0 +25,0 @@ "author": "Etienne Rossignon",

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

value = (value && value.toISOString) ? value.toISOString() : value;
} else if (typeof value === "object" && value !== null) {
} else if (typeof value === "object" && value !== null && value !== undefined) {
value = value.toString.apply(value,args);

@@ -275,0 +275,0 @@ }

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