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

mini-svg-data-uri

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mini-svg-data-uri - npm Package Compare versions

Comparing version 1.2.3 to 1.3.3

cli.js

3

package.json
{
"name": "mini-svg-data-uri",
"version": "1.2.3",
"version": "1.3.3",
"description": "Small, efficient encoding of SVG data URIs for CSS, HTML, etc.",
"main": "index.js",
"types": "index.d.ts",
"bin": "cli.js",
"repository": {

@@ -8,0 +9,0 @@ "type": "git",

@@ -54,2 +54,13 @@ Mini SVG `data:` URI

### CLI
If you have it installed globally, or as some kind of dependency inside your project’s directory:
```sh
mini-svg-to-data-uri file.svg # writes to stdout
mini-svg-to-data-uri file.svg file.svg.uri # writes to the given output filename
```
Use `--help` for more info.
### Warning

@@ -56,0 +67,0 @@

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