Socket
Socket
Sign inDemoInstall

mini-svg-data-uri

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.4.3

2

cli.js

@@ -40,3 +40,3 @@ #!/usr/bin/env node

const out = svgToMiniDataURI(data);
dest ? fs.writeFileSync(out) : console.log(out);
dest ? fs.writeFileSync(dest, out) : console.log(out);
});
{
"name": "mini-svg-data-uri",
"version": "1.3.3",
"version": "1.4.3",
"description": "Small, efficient encoding of SVG data URIs for CSS, HTML, etc.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc