Socket
Socket
Sign inDemoInstall

gifsicle

Package Overview
Dependencies
137
Maintainers
7
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.0 to 5.2.1

2

index.js
'use strict';
module.exports = require('./lib').path();
module.exports = require('./lib').path(); /* eslint-disable-line import/extensions */
'use strict';
const path = require('path');
const binBuild = require('bin-build');
const log = require('logalot');
const bin = require('.');

@@ -10,7 +9,7 @@

await bin.run(['--version']);
log.success('gifsicle pre-build test passed successfully');
console.log('gifsicle pre-build test passed successfully');
} catch (error) {
log.warn(error.message);
log.warn('gifsicle pre-build test failed');
log.info('compiling from source');
console.warn(error.message);
console.warn('gifsicle pre-build test failed');
console.info('compiling from source');

@@ -29,5 +28,5 @@ const config = [

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

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

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

@@ -39,4 +39,3 @@ "license": "MIT",

"bin-wrapper": "^4.0.0",
"execa": "^5.0.0",
"logalot": "^2.0.0"
"execa": "^5.0.0"
},

@@ -43,0 +42,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# gifsicle-bin ![GitHub Actions Status](https://github.com/imagemin/gifsicle-bin/workflows/test/badge.svg?branch=master)
# gifsicle-bin

@@ -7,3 +7,2 @@ > gifsicle manipulates GIF image files in many different ways. Depending on command line options, it can merge several GIFs into a GIF animation; explode an animation into its component frames; change individual frames in an animation; turn interlacing on and off; add transparency and much more.

## Install

@@ -15,3 +14,2 @@

## Usage

@@ -28,3 +26,2 @@

## CLI

@@ -39,6 +36,1 @@

```
## License
MIT © [Imagemin](https://github.com/imagemin)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc