node-opcua-factory
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"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 @@ |
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
45450
+ Addedlong@4.0.0(transitive)
+ Addednode-opcua-assert@0.4.6(transitive)
+ Addednode-opcua-basic-types@0.4.6(transitive)
+ Addednode-opcua-binary-stream@0.4.6(transitive)
+ Addednode-opcua-buffer-utils@0.4.6(transitive)
+ Addednode-opcua-constants@0.4.2(transitive)
+ Addednode-opcua-date-time@0.4.6(transitive)
+ Addednode-opcua-debug@0.4.6(transitive)
+ Addednode-opcua-enum@0.4.6(transitive)
+ Addednode-opcua-guid@0.4.6(transitive)
+ Addednode-opcua-nodeid@0.4.6(transitive)
+ Addednode-opcua-status-code@0.4.6(transitive)
+ Addednode-opcua-utils@0.4.6(transitive)
- Removednode-opcua-assert@0.3.0(transitive)
- Removednode-opcua-basic-types@0.3.0(transitive)
- Removednode-opcua-binary-stream@0.3.0(transitive)
- Removednode-opcua-buffer-utils@0.3.0(transitive)
- Removednode-opcua-constants@0.2.0(transitive)
- Removednode-opcua-date-time@0.3.0(transitive)
- Removednode-opcua-debug@0.3.0(transitive)
- Removednode-opcua-enum@0.3.0(transitive)
- Removednode-opcua-guid@0.3.0(transitive)
- Removednode-opcua-nodeid@0.3.0(transitive)
- Removednode-opcua-status-code@0.3.0(transitive)
- Removednode-opcua-utils@0.3.0(transitive)
Updatednode-opcua-assert@^0.4.0
Updatednode-opcua-debug@^0.4.0
Updatednode-opcua-enum@^0.4.0
Updatednode-opcua-guid@^0.4.0
Updatednode-opcua-nodeid@^0.4.0
Updatednode-opcua-utils@^0.4.0
Updatedunderscore@^1.9.0