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

node-opcua-basic-types

Package Overview
Dependencies
Maintainers
1
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-basic-types - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

16

package.json
{
"name": "node-opcua-basic-types",
"version": "0.7.2",
"version": "0.7.3",
"description": "pure nodejs OPCUA SDK - module -basic-types",

@@ -9,14 +9,14 @@ "main": "index.js",

"node-opcua-assert": "^0.7.0",
"node-opcua-binary-stream": "^0.7.2",
"node-opcua-buffer-utils": "^0.7.2",
"node-opcua-date-time": "^0.7.2",
"node-opcua-binary-stream": "^0.7.3",
"node-opcua-buffer-utils": "^0.7.3",
"node-opcua-date-time": "^0.7.3",
"node-opcua-enum": "^0.7.2",
"node-opcua-guid": "^0.7.0",
"node-opcua-nodeid": "^0.7.2",
"node-opcua-status-code": "^0.7.2",
"node-opcua-utils": "^0.7.2",
"node-opcua-status-code": "^0.7.3",
"node-opcua-utils": "^0.7.3",
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-debug": "^0.7.2",
"node-opcua-debug": "^0.7.3",
"should": "13.2.3"

@@ -39,3 +39,3 @@ },

"homepage": "http://node-opcua.github.io/",
"gitHead": "a5ddc66431798b11b845c22dca057b480a93f445"
"gitHead": "e7ed2b6dc6c717c8d42d0bbd07018414dfc00b6e"
}

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

assert(value.constructor.name === "EnumItem");
return parseInt(value.value);
return parseInt(value.value, 10);
}

@@ -229,0 +229,0 @@ return parseInt(value, 10);

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