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

jpegtran-bin

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpegtran-bin - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

12

package.json
{
"name": "jpegtran-bin",
"version": "6.0.1",
"version": "7.0.0",
"description": "jpegtran (part of libjpeg-turbo) bin-wrapper that makes it seamlessly available as a local dependency",

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

"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},

@@ -59,9 +59,9 @@ "scripts": {

"devDependencies": {
"ava": "^3.15.0",
"ava": "^4.2.0",
"bin-check": "^4.0.1",
"compare-size": "^3.0.0",
"execa": "^5.1.1",
"tempy": "^2.0.0",
"xo": "^0.45.0"
"execa": "^6.1.0",
"tempy": "^3.0.0",
"xo": "^0.48.0"
}
}

@@ -6,4 +6,4 @@ import fs from 'node:fs';

import test from 'ava';
import execa from 'execa';
import tempy from 'tempy';
import {execa} from 'execa';
import {temporaryDirectory} from 'tempy';
import binCheck from 'bin-check';

@@ -21,3 +21,3 @@ import binBuild from 'bin-build';

const temporary = tempy.directory();
const temporary = temporaryDirectory();
const cfg = [

@@ -42,3 +42,3 @@ './configure --disable-shared',

test('minify a JPG', async t => {
const temporary = tempy.directory();
const temporary = temporaryDirectory();
const src = fileURLToPath(new URL('fixtures/test.jpg', import.meta.url));

@@ -45,0 +45,0 @@ const dest = path.join(temporary, 'test.jpg');

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