node-opcua-nodeid
Advanced tools
Comparing version 0.4.0 to 0.4.2
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35393
818
+ Addednode-opcua-constants@0.4.2(transitive)
- Removednode-opcua-constants@0.2.0(transitive)
Updatednode-opcua-constants@^0.4.2
Updatednode-opcua-enum@^0.4.2
Updatedunderscore@^1.9.1