New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 0.1.9

4

index.js

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

.src('https://github.com/mozilla/mozjpeg/archive/v' + BIN_VERSION + '.tar.gz')
.cmd('autoreconf -fiv && ./configure --prefix="' + bin.dest() + '" --bindir="' + bin.dest() + '" --libdir="' + bin.dest() + '"')
.cmd('autoreconf -fiv && ./configure --disable-shared --prefix="' + bin.dest() + '" --bindir="' + bin.dest() + '" --libdir="' + bin.dest() + '"')
.cmd('make && make install');

@@ -51,3 +51,3 @@

if (err) {
console.log(logSymbols.error, err);
return console.log(logSymbols.error, err);
}

@@ -54,0 +54,0 @@

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -25,4 +25,4 @@ /*global afterEach, beforeEach, describe, it */

.src('https://github.com/mozilla/mozjpeg/archive/v2.1.tar.gz')
.cfg('autoreconf -fiv && ./configure --prefix="' + tmp + '" --bindir="' + tmp + '" --libdir="' + tmp + '"')
.make('make && make install');
.cmd('autoreconf -fiv && ./configure --prefix="' + tmp + '" --bindir="' + tmp + '" --libdir="' + tmp + '"')
.cmd('make && make install');

@@ -29,0 +29,0 @@ builder.build(function (err) {

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