Socket
Socket
Sign inDemoInstall

gulp-svgmin

Package Overview
Dependencies
70
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

4

CHANGELOG.md

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

# 1.2.4
* Fixed a regression with the per-file options (thanks to @Odrin).
# 1.2.3

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

2

dist/index.js

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

if (typeof options !== 'function') {
if (typeof opts !== 'function') {
svgo = new _svgo2.default(opts);

@@ -22,0 +22,0 @@ }

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

@@ -35,3 +35,3 @@ "license": "MIT",

"devDependencies": {
"ava": "^0.16.0",
"ava": "^0.17.0",
"babel-cli": "^6.5.1",

@@ -50,4 +50,4 @@ "babel-core": "^6.5.2",

"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"nyc": "^8.0.0"
"eslint-plugin-import": "^2.0.1",
"nyc": "^10.0.0"
},

@@ -54,0 +54,0 @@ "eslintConfig": {

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