node-opcua-xml2json
Advanced tools
Comparing version 2.1.6 to 2.1.8
{ | ||
"name": "node-opcua-xml2json", | ||
"version": "2.1.6", | ||
"version": "2.1.8", | ||
"description": "pure nodejs OPCUA SDK - module -xml2json", | ||
@@ -38,3 +38,3 @@ "main": "dist/source/xml2json.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "c8e1607923cd5bbb4cd916a5d26d9d8e4948df41" | ||
"gitHead": "a9290b68d48927403e853e438ea9bd1bc6ad3f78" | ||
} |
@@ -5,5 +5,5 @@ { | ||
"rootDir": ".", | ||
"outDir": "dist", | ||
"outDir": "dist" | ||
}, | ||
"files": [ "source/xml2json.ts" ], | ||
"files": [ "source/xml2json.ts" ] | ||
} |
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
52811