node-opcua-xml2json
Advanced tools
Comparing version 0.1.0-alpha.3f56f9b5 to 0.1.0-alpha.4e442cf7
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "0.1.0-alpha.3f56f9b5", | ||
"version": "0.1.0-alpha.4e442cf7", | ||
"description": "", | ||
@@ -9,4 +9,14 @@ "main": "src/xml2json.js", | ||
}, | ||
"dependencies": { | ||
"bomstrip": "^0.1.4", | ||
"ltx": "^2.7.1", | ||
"node-opcua-assert": "^0.1.0-alpha.4e442cf7", | ||
"underscore": "^1.8.3" | ||
}, | ||
"author": "etienne.rossignon@gadz.org", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"node-opcua-nodesets": "^0.1.0-alpha.4e442cf7", | ||
"should": "^13.0.1" | ||
} | ||
} |
@@ -13,3 +13,3 @@ /* global ReaderState */ | ||
var fs = require("fs"); | ||
var assert = require("better-assert"); | ||
var assert = require("node-opcua-assert"); | ||
var _ = require("underscore"); | ||
@@ -16,0 +16,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
11474
4
2
+ Addedbomstrip@^0.1.4
+ Addedltx@^2.7.1
+ Addedunderscore@^1.8.3
+ Addedbetter-assert@1.0.2(transitive)
+ Addedbomstrip@0.1.4(transitive)
+ Addedcallsite@1.0.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedltx@2.10.0(transitive)
+ Addednode-opcua-assert@0.1.0-alpha.dc0cce4c(transitive)
+ Addedunderscore@1.13.7(transitive)