Socket
Socket
Sign inDemoInstall

imagemin-jpegtran

Package Overview
Dependencies
272
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.1 to 4.3.2

2

index.js

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

if (err && (err.code !== 'EPIPE' || !isJpg(buffer))) {
if (err && (err.code !== 'EPIPE' || !isJpg(contents))) {
err = typeof err === 'string' ? new Error(err) : err;

@@ -64,0 +64,0 @@ err.fileName = file.path;

{
"name": "imagemin-jpegtran",
"version": "4.3.1",
"version": "4.3.2",
"description": "jpegtran imagemin plugin",

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

"scripts": {
"test": "node test/test.js"
"test": "xo && node test/test.js"
},

@@ -43,4 +43,5 @@ "files": [

"vinyl-file": "^1.1.0",
"vinyl-smallest-jpeg": "^1.0.0"
"vinyl-smallest-jpeg": "^1.0.0",
"xo": "^0.10.1"
}
}
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