node-opcua-factory
Advanced tools
Comparing version 0.1.1-0 to 0.2.0
{ | ||
"name": "node-opcua-factory", | ||
"version": "0.1.1-0", | ||
"version": "0.2.0", | ||
"description": "pure nodejs OPCUA SDK - module -factory", | ||
@@ -10,15 +10,15 @@ "main": "index.js", | ||
"dependencies": { | ||
"node-opcua-assert": "^0.1.1-0", | ||
"node-opcua-basic-types": "^0.1.1-0", | ||
"node-opcua-binary-stream": "^0.1.1-0", | ||
"node-opcua-debug": "^0.1.1-0", | ||
"node-opcua-enum": "^0.1.1-0", | ||
"node-opcua-guid": "^0.1.1-0", | ||
"node-opcua-nodeid": "^0.1.1-0", | ||
"node-opcua-status-code": "^0.1.1-0", | ||
"node-opcua-utils": "^0.1.1-0", | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.0", | ||
"node-opcua-binary-stream": "^0.2.0", | ||
"node-opcua-debug": "^0.2.0", | ||
"node-opcua-enum": "^0.2.0", | ||
"node-opcua-guid": "^0.2.0", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-status-code": "^0.2.0", | ||
"node-opcua-utils": "^0.2.0", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-debug": "^0.1.1-0" | ||
"node-opcua-debug": "^0.2.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "author": "Etienne Rossignon", |
@@ -272,3 +272,3 @@ "use strict"; | ||
value = (value && value.toISOString) ? value.toISOString() : value; | ||
} else if (typeof value === "object" && value !== null) { | ||
} else if (typeof value === "object" && value !== null && value !== undefined) { | ||
value = value.toString.apply(value,args); | ||
@@ -275,0 +275,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
45032
+ Addednode-opcua-assert@0.2.0(transitive)
+ Addednode-opcua-basic-types@0.2.3(transitive)
+ Addednode-opcua-binary-stream@0.2.3(transitive)
+ Addednode-opcua-buffer-utils@0.2.0(transitive)
+ Addednode-opcua-constants@0.2.0(transitive)
+ Addednode-opcua-date-time@0.2.3(transitive)
+ Addednode-opcua-debug@0.2.2(transitive)
+ Addednode-opcua-enum@0.2.3(transitive)
+ Addednode-opcua-guid@0.2.0(transitive)
+ Addednode-opcua-nodeid@0.2.3(transitive)
+ Addednode-opcua-status-code@0.2.3(transitive)
+ Addednode-opcua-utils@0.2.3(transitive)
- Removednode-opcua-assert@0.1.1-0(transitive)
- Removednode-opcua-basic-types@0.1.1-0(transitive)
- Removednode-opcua-binary-stream@0.1.1-0(transitive)
- Removednode-opcua-buffer-utils@0.1.1-0(transitive)
- Removednode-opcua-constants@0.1.1-0(transitive)
- Removednode-opcua-date-time@0.1.1-0(transitive)
- Removednode-opcua-debug@0.1.1-0(transitive)
- Removednode-opcua-enum@0.1.1-0(transitive)
- Removednode-opcua-guid@0.1.1-0(transitive)
- Removednode-opcua-nodeid@0.1.1-0(transitive)
- Removednode-opcua-status-code@0.1.1-0(transitive)
- Removednode-opcua-utils@0.1.1-0(transitive)
Updatednode-opcua-assert@^0.2.0
Updatednode-opcua-debug@^0.2.0
Updatednode-opcua-enum@^0.2.0
Updatednode-opcua-guid@^0.2.0
Updatednode-opcua-nodeid@^0.2.0
Updatednode-opcua-utils@^0.2.0