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.1 to 0.1.2

4

index.js

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

var bin = new BinWrapper()
var bin = new BinWrapper ({ global: false })
.dest(path.join(__dirname, 'vendor'))

@@ -29,2 +29,4 @@ .use('jpegtran');

console.log('building mozjpeg');
return builder.build(function (err) {

@@ -31,0 +33,0 @@ if (err) {

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

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

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