Socket
Socket
Sign inDemoInstall

grunt-svg-css

Package Overview
Dependencies
37
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "grunt-svg-css",
"description": "Convert a folder of SVG files into a single file using data-uri.",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/psyrendust/grunt-svg-css",

@@ -6,0 +6,0 @@ "author": {

@@ -75,3 +75,3 @@ # grunt-svg-css [![NPM version](https://badge.fury.io/js/grunt-svg-css.svg)](http://badge.fury.io/js/grunt-svg-css) [![Build Status](https://travis-ci.org/psyrendust/grunt-svg-css.svg)](https://travis-ci.org/psyrendust/grunt-svg-css)

{{#with this}}
{{prefix}}{{name}} { background-image: url('{{datauri}}'); background-repeat: no-repeat; }
{{prefix}}{{name}} { background-image: url("{{datauri}}"); background-repeat: no-repeat; }
{{/with}}

@@ -78,0 +78,0 @@ {{/each}}

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