Comparing version 3.0.3 to 3.0.4
@@ -5,3 +5,3 @@ /** | ||
var DOMParser = require('xmldom').DOMParser; | ||
var DOMParser = require('./xmldom/dom-parser').DOMParser; | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "plist", | ||
"description": "Mac OS X Plist parser/builder for Node.js and browsers", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"author": "Nathan Rajlich <nathan@tootallnate.net>", | ||
@@ -29,4 +29,3 @@ "contributors": [ | ||
"base64-js": "^1.5.1", | ||
"xmlbuilder": "^9.0.7", | ||
"xmldom": "^0.6.0" | ||
"xmlbuilder": "^9.0.7" | ||
}, | ||
@@ -33,0 +32,0 @@ "devDependencies": { |
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
532636
2
18
15848
- Removedxmldom@^0.6.0
- Removedxmldom@0.6.0(transitive)