Socket
Socket
Sign inDemoInstall

gifsicle

Package Overview
Dependencies
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gifsicle - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

vendor/source/gifsicle-1.92.tar.gz

6

lib/install.js

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

try {
await binBuild.file(path.resolve(__dirname, '../vendor/source/gifsicle.tar.gz'), [
await binBuild.file(path.resolve(__dirname, '../vendor/source/gifsicle-1.92.tar.gz'), [
'autoreconf -ivf',

@@ -30,4 +30,4 @@ config,

log.success('gifsicle built successfully');
} catch (error2) {
log.error(error2.stack);
} catch (error) {
log.error(error.stack);

@@ -34,0 +34,0 @@ // eslint-disable-next-line unicorn/no-process-exit

{
"name": "gifsicle",
"version": "5.0.0",
"version": "5.1.0",
"description": "gifsicle wrapper that makes it seamlessly available as a local dependency",

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

"postinstall": "node lib/install.js",
"test": "xo && ava"
"test": "xo && ava --timeout=60s"
},

@@ -36,12 +36,12 @@ "files": [

"bin-wrapper": "^4.0.0",
"execa": "^1.0.0",
"execa": "^4.0.0",
"logalot": "^2.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"ava": "^3.8.0",
"bin-check": "^4.0.1",
"compare-size": "^3.0.0",
"tempy": "^0.2.1",
"xo": "^0.25.3"
"tempy": "^0.5.0",
"xo": "^0.30.0"
}
}
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