Comparing version 0.0.5 to 0.0.6
@@ -10,3 +10,3 @@ import { AccountReport } from "./types/AccountReport"; | ||
if (typeof DOMParser === 'undefined') { | ||
const NodeParser = require('xmldom').DOMParser; | ||
const NodeParser = require('@xmldom/xmldom').DOMParser; | ||
parser = new NodeParser(); | ||
@@ -13,0 +13,0 @@ } else { |
{ | ||
"name": "camtts", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "CAMT parser for Typescript", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"jasmine": "^3.5.0", | ||
"nyc": "^14.1.1", | ||
"nyc": "^15.0.0", | ||
"ts-node": "^8.4.1", | ||
@@ -38,5 +38,5 @@ "typescript": "^3.7.2" | ||
"dependencies": { | ||
"@types/node": "^12.12.8", | ||
"xmldom": "^0.1.27" | ||
"@types/node": "^14.0.9", | ||
"@xmldom/xmldom": "^0.8.5" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # CAMT TS | ||
## Developemt | ||
## Development | ||
@@ -11,0 +11,0 @@ Adding new methods to classes for getting tags from XML elements is easily achievable. Just use the Visual Studio Code snippet in this project. Type `c-get` and a new code snippet will appear. The cursor will automatically position at the method name and swich to the XML tag with *TAB*. |
Sorry, the diff of this file is not supported yet
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
40744
22
+ Added@xmldom/xmldom@^0.8.5
+ Added@types/node@14.18.63(transitive)
+ Added@xmldom/xmldom@0.8.10(transitive)
- Removedxmldom@^0.1.27
- Removed@types/node@12.20.55(transitive)
- Removedxmldom@0.1.31(transitive)
Updated@types/node@^14.0.9