Comparing version 6.0.2 to 6.0.3
@@ -0,1 +1,7 @@ | ||
6.0.3 / 2021-08-21 | ||
------------------ | ||
- xmldom => @xmldom/xmldom | ||
6.0.2 / 2021-07-01 | ||
@@ -2,0 +8,0 @@ ------------------ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
var svgpath = require('svgpath'); | ||
var DOMParser = require('xmldom').DOMParser; | ||
var DOMParser = require('@xmldom/xmldom').DOMParser; | ||
var ucs2 = require('./ucs2'); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "svg2ttf", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Converts SVG font to TTF font", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"svgpath": "^2.1.5", | ||
"xmldom": "~0.6.0" | ||
"@xmldom/xmldom": "^0.7.2" | ||
}, | ||
@@ -36,0 +36,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
83536
+ Added@xmldom/xmldom@^0.7.2
+ Added@xmldom/xmldom@0.7.13(transitive)
- Removedxmldom@~0.6.0
- Removedxmldom@0.6.0(transitive)