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

node-opcua-nodeid

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-opcua-nodeid - npm Package Compare versions

Comparing version 0.4.0 to 0.4.2

10

package.json
{
"name": "node-opcua-nodeid",
"main": "./src/nodeid.js",
"version": "0.4.0",
"version": "0.4.2",
"description": "pure nodejs OPCUA SDK - module -nodeid",

@@ -11,9 +11,9 @@ "scripts": {

"node-opcua-assert": "^0.4.0",
"node-opcua-constants": "^0.2.0",
"node-opcua-enum": "^0.4.0",
"node-opcua-constants": "^0.4.2",
"node-opcua-enum": "^0.4.2",
"node-opcua-guid": "^0.4.0",
"underscore": "^1.9.0"
"underscore": "^1.9.1"
},
"devDependencies": {
"node-opcua-benchmarker": "^0.4.0",
"node-opcua-benchmarker": "^0.4.2",
"should": "13.2.1"

@@ -20,0 +20,0 @@ },

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

if (typeof value === "string") {
if (value.match(/^(s|g|b|i)=/)) {
throw new Error("please use coerce NodeId instead");
}
// 1 2 3

@@ -305,0 +308,0 @@ // 012345678901234567890123456789012345

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