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

grunt-svgstore

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-svgstore - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "grunt-svgstore",
"description": "Merge SVGs from a folder.",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/FWeinb/grunt-svgstore",

@@ -33,3 +33,5 @@ "author": {

"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.2",
"grunt": "~0.4.2"
},
"dependencies": {
"cheerio": "^0.13.1",

@@ -36,0 +38,0 @@ "chalk": "^0.4.0"

@@ -32,4 +32,4 @@ # grunt-svgstore

options: {
prefix : 'icon-', // This will prefix each
svg: {
prefix : 'icon-', // This will prefix each ID
svg: { // will be added as attributes to the resulting SVG
viewBox : '0 0 100 100'

@@ -97,2 +97,4 @@ }

## Release History
_(Nothing yet)_
* 0.0.2 Fixed npm dependencys
* 0.0.1 Inital release
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