Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mozjpeg

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mozjpeg - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

7

index.js

@@ -14,2 +14,3 @@ 'use strict';

var BIN_VERSION = '2.1';
var BASE_URL = 'https://raw.github.com/kevva/mozjpeg/v' + pkg.version + '/vendor/';

@@ -20,5 +21,7 @@ /**

var bin = new BinWrapper ({ global: false })
var bin = new BinWrapper({ global: false })
.src(BASE_URL + 'linux/jpegtran', 'linux')
.src(BASE_URL + 'win/jpegtran.exe', 'win32')
.dest(path.join(__dirname, 'vendor'))
.use('jpegtran');
.use(process.platform === 'win32' ? 'jpegtran.exe' : 'jpegtran');

@@ -25,0 +28,0 @@ /**

{
"name": "mozjpeg",
"version": "0.1.4",
"version": "0.1.5",
"description": "mozjpeg wrapper that makes it seamlessly available as a local dependency",

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

"postinstall": "node index.js",
"test": "mocha --reporter list --timeout 100000"
"test": "mocha --reporter list --timeout 150000"
},

@@ -23,0 +23,0 @@ "files": [

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