mini-svg-data-uri
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -41,3 +41,3 @@ const shorterNames = require('./shorter-css-color-names'); | ||
if (typeof svgString !== 'string') { | ||
throw new TypeError(`Expected a string, but received ${typeof svgString}`); | ||
throw new TypeError('Expected a string, but received ' + typeof svgString); | ||
} | ||
@@ -44,0 +44,0 @@ // Strip the Byte-Order Mark if the SVG has one |
{ | ||
"name": "mini-svg-data-uri", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Small, efficient encoding of SVG data URIs for CSS, HTML, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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