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 1.2.0 to 1.2.1

CHANGELOG.md

2

index.js

@@ -1,3 +0,1 @@

'use strict';
var Transform = require('stream').Transform,

@@ -4,0 +2,0 @@ SVGOptim = require('svgo'),

{
"name": "gulp-svgmin",
"version": "1.2.0",
"version": "1.2.1",
"description": "Minify SVG files with gulp.",

@@ -13,22 +13,28 @@ "license": "MIT",

"scripts": {
"test": "mocha"
"lint": "eslint *.js",
"test": "npm run lint && nyc ava test.js"
},
"repository": "ben-eb/gulp-svgmin",
"files": [
"index.js",
"LICENSE-MIT"
],
"keywords": [
"gulpplugin",
"svg"
"minify",
"svg",
"svgo"
],
"dependencies": {
"gulp-util": "^3.0.4",
"svgo": "^0.5.1"
"svgo": "^0.6.1"
},
"devDependencies": {
"chai": "~2.2.0",
"gulp": "~3.8.11",
"gulp-jshint": "~1.10.0",
"gulp-mocha": "^2.0.1",
"jshint-stylish": "~1.0.1",
"mocha": "~2.2.1"
"ava": "^0.10.0",
"chai": "~3.4.1",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"nyc": "^5.3.0"
},
"main": "index.js"
}

@@ -8,2 +8,3 @@ # [gulp][gulp]-svgmin [![Build Status](https://travis-ci.org/ben-eb/gulp-svgmin.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/gulp-svgmin.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/gulp-svgmin.svg)][deps]

## Install

@@ -14,5 +15,6 @@

```
npm install gulp-svgmin --save-dev
npm install gulp-svgmin
```
## Example

@@ -31,2 +33,3 @@

## Plugins

@@ -39,3 +42,3 @@

```
```js
gulp.task('default', function () {

@@ -65,2 +68,3 @@ return gulp.src('logo.svg')

## Beautify

@@ -83,2 +87,3 @@

## Per-file options

@@ -109,2 +114,3 @@

## Contributing

@@ -115,2 +121,3 @@

## License

@@ -120,2 +127,3 @@

[bugs]: https://github.com/svg/svgo/issues

@@ -122,0 +130,0 @@ [ci]: https://travis-ci.org/ben-eb/gulp-svgmin

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