Socket
Socket
Sign inDemoInstall

@gumlet/gif-resize

Package Overview
Dependencies
149
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

14

package.json
{
"name": "@gumlet/gif-resize",
"version": "1.0.4",
"version": "1.0.5",
"description": "Nodejs plugin to resize GIFs",

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

"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -17,2 +17,8 @@ "scripts": {

},
"files": [
"index.js",
"cli.js",
"lib",
"vendor/source"
],
"main": "src/index.js",

@@ -32,3 +38,3 @@ "keywords": [

"exec-buffer": "^3.0.0",
"gifsicle": "^4.0.0",
"gifsicle": "^5.0.0",
"is-gif": "^3.0.0"

@@ -38,3 +44,3 @@ },

"get-pixels": "^3.3.2",
"jest": "^24.0.0"
"jest": "^25.0.0"
},

@@ -41,0 +47,0 @@ "bugs": {

@@ -1,3 +0,5 @@

# gif-resize [![Build Status](https://travis-ci.org/gumlet/gif-resize.svg?branch=master)](https://travis-ci.org/gumlet/gif-resize)
# gif-resize
[![Build Status](https://github.com/gumlet/gif-resize/workflows/Node%20CI/badge.svg)](https://github.com/gumlet/gif-resize/actions)
> Nodejs plugin for [Gifsicle](https://www.lcdf.org/gifsicle/)

@@ -9,3 +11,3 @@

```
$ npm install gif-resize
$ npm install @gumlet/gif-resize
```

@@ -16,3 +18,3 @@

```js
const gifResize = require('gif-resize');
const gifResize = require('@gumlet/gif-resize');
const fs = require("fs");

@@ -19,0 +21,0 @@

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