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

gulp-svgmin

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-svgmin - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.travis.yml

10

package.json
{
"name": "gulp-svgmin",
"version": "0.1.1",
"version": "0.1.2",
"description": "Minify SVG files with gulp.",

@@ -12,2 +12,5 @@ "license": "MIT",

},
"scripts": {
"test": "mocha"
},
"repository": {

@@ -25,3 +28,8 @@ "type": "git",

},
"devDependencies": {
"chai": "~1.8.1",
"gulp-util": "~2.1.3",
"mocha": "~1.15.1"
},
"main": "index.js"
}

10

README.md

@@ -1,10 +0,10 @@

# gulp-svgmin
# [gulp](https://github.com/wearefractal/gulp)-svgmin
Minify SVG files with gulp. This plugin is a small wrapper around the excellent SVGO module, which can be found here:
[![Build Status](https://travis-ci.org/ben-eb/gulp-svgmin.png?branch=master)](https://travis-ci.org/ben-eb/gulp-svgmin) [![NPM version](https://badge.fury.io/js/gulp-svgmin.png)](http://badge.fury.io/js/gulp-svgmin) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-svgmin.png)](https://gemnasium.com/ben-eb/gulp-svgmin)
https://github.com/svg/svgo
> Minify SVG with [SVGO](https://github.com/svg/svgo).
## Installation
*This plugin is a small wrapper around the excellent SVGO module; if you have any difficulties with your SVG output it is best to use the [SVGO tracker](https://github.com/svg/svgo/issues).
Install via npm:
Install via [npm](https://npmjs.org/package/gulp-svgmin):

@@ -11,0 +11,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