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.3.0 to 0.4.0

24

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

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

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

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

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

defaultValue: function () {
return new Buffer(0);
return Buffer.alloc(0);
},

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