@kano/icons-rendering
Advanced tools
Comparing version 3.0.15 to 3.0.16
@@ -1,5 +0,1 @@ | ||
function toSrc(data) { | ||
return `data:image/svg+xml;utf8,${encodeURIComponent(data)}`; | ||
} | ||
function toTemplate(string) { | ||
@@ -15,2 +11,4 @@ const template = document.createElement('template'); | ||
export const toSrc = data => `data:image/svg+xml;utf8,${encodeURIComponent(data)}`; | ||
export const svg = (strings, ...values) => toTemplate(litteral(strings, ...values)); | ||
@@ -17,0 +15,0 @@ |
{ | ||
"name": "@kano/icons-rendering", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"main": "index.js", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "ae4ef853c3c6edb85eaefda48d71a97e6e644645" | ||
"gitHead": "12666e86ae53cb01e22088ea0d2e7c82ed90d8b5" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2656
19