Socket
Socket
Sign inDemoInstall

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.2 to 1.2.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.2.3
* Bump svgo to v0.7.x.
# 1.2.2

@@ -2,0 +6,0 @@

2

dist/index.js

@@ -17,3 +17,3 @@ 'use strict';

var stream = new _stream.Transform({ objectMode: true });
var svgo = undefined;
var svgo = void 0;

@@ -20,0 +20,0 @@ if (typeof options !== 'function') {

{
"name": "gulp-svgmin",
"version": "1.2.2",
"version": "1.2.3",
"description": "Minify SVG files with gulp.",

@@ -16,3 +16,4 @@ "license": "MIT",

"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"test": "nyc ava src/__tests__"
"test": "nyc ava src/__tests__",
"test-012": "nyc ava src/__tests__"
},

@@ -32,18 +33,21 @@ "files": [

"gulp-util": "^3.0.4",
"svgo": "^0.6.1"
"svgo": "^0.7.0"
},
"devDependencies": {
"ava": "^0.11.0",
"ava": "^0.16.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "~3.5.0",
"coveralls": "^2.11.6",
"del-cli": "^0.2.0",
"eslint": "^2.1.0",
"eslint-config-cssnano": "^2.0.0",
"nyc": "^5.6.0"
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"nyc": "^8.0.0"
},

@@ -54,6 +58,7 @@ "eslintConfig": {

"ava": {
"require": "babel-core/register"
"require": "babel-register"
},
"nyc": {
"exclude": [
"node_modules",
"**/__tests__"

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