New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-mmtrix

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-mmtrix - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

9

index.js

@@ -55,3 +55,7 @@ var through = require('through2');

mmtrix(reqOpt, file, ((data, responseJson) => {
mmtrix(reqOpt, file, ((e, data, responseJson) => {
if(e) {
return callback(e);
}
gutil.log(PLUGIN_NAME + ': [compressing]', gutil.colors.green('✔ ') + file.relative + gutil.colors.gray(' (done)'));

@@ -92,3 +96,3 @@ file.contents = data;

download(minurl, filename, (buf) => {
cb(buf, body);
cb(null, buf, body);
});

@@ -98,2 +102,3 @@ }

gutil.log(PLUGIN_NAME + ':[compressing] failed', gutil.colors.red('☓ '), file.relative, gutil.colors.red( body.errorMsg))
cb(body.errorMsg)
}

@@ -100,0 +105,0 @@ }

{
"name": "gulp-mmtrix",
"version": "0.1.9",
"version": "0.1.10",
"description": "a gulp plugin for mmtrix who used to compress image",

@@ -5,0 +5,0 @@ "main": "index.js",

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