Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kano/icons-rendering

Package Overview
Dependencies
Maintainers
18
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/icons-rendering - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

6

index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc