Socket
Socket
Sign inDemoInstall

@hugsmidjan/gulp-images

Package Overview
Dependencies
587
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

8

CHANGELOG.md

@@ -7,5 +7,11 @@ # Change Log

## 0.1.5
_2019-12-10_
- fix: Bad glob pattern
## 0.1.4
_2019-07-22_
_2019-11-22_

@@ -12,0 +18,0 @@ - feat: Only pass compressible files to imagemin – just copy others

2

gulp-images.js

@@ -18,3 +18,3 @@ const { src, dest, watch } = require('gulp');

const compressExt = /\.(?:svg,png,gif,jpe?g)$/i
const compressExt = /\.(?:svg|png|gif|jpe?g)$/i;

@@ -21,0 +21,0 @@ module.exports = (opts) => {

{
"name": "@hugsmidjan/gulp-images",
"version": "0.1.4",
"version": "0.1.5",
"description": "Image minification gulp task",

@@ -5,0 +5,0 @@ "main": "gulp-images.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc