Comparing version 3.0.6 to 3.1.0
@@ -0,1 +1,6 @@ | ||
3.1.0 / 2023-07-06 | ||
================== | ||
* replace inlined xmldom with @xmldom/xmldom | ||
3.0.5 / 2022-03-23 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -120,2 +120,5 @@ /** | ||
} else if ('BigInt' == name) { | ||
next_child.ele('integer').txt(next); | ||
} else if ('Date' == name) { | ||
@@ -122,0 +125,0 @@ next_child.ele('date').txt(ISODateString(new Date(next))); |
@@ -5,3 +5,3 @@ /** | ||
var DOMParser = require('./xmldom/dom-parser').DOMParser; | ||
const { DOMParser } = require('@xmldom/xmldom'); | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "plist", | ||
"description": "Apple's property list parser/builder for Node.js and browsers", | ||
"version": "3.0.6", | ||
"version": "3.1.0", | ||
"author": "Nathan Rajlich <nathan@tootallnate.net>", | ||
@@ -28,2 +28,3 @@ "contributors": [ | ||
"dependencies": { | ||
"@xmldom/xmldom": "^0.8.8", | ||
"base64-js": "^1.5.1", | ||
@@ -42,4 +43,4 @@ "xmlbuilder": "^15.1.1" | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=10.4.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
687198
20466
3
14
+ Added@xmldom/xmldom@^0.8.8
+ Added@xmldom/xmldom@0.8.10(transitive)