Socket
Socket
Sign inDemoInstall

gif-frames

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gif-frames - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

gif-frames.js

@@ -47,3 +47,3 @@ var path = require('path');

reject(new Error('"url" option is required.'));
return;
return promise;
}

@@ -53,3 +53,3 @@ var frames = options.frames;

reject(new Error('"frames" option is required.'));
return;
return promise;
}

@@ -56,0 +56,0 @@ var outputType = options.outputType || 'jpg';

{
"name": "gif-frames",
"version": "0.2.2",
"version": "0.2.3",
"description": "Pure JavaScript tool for extracting GIF frames and saving to file",

@@ -5,0 +5,0 @@ "main": "gif-frames.js",

@@ -5,2 +5,4 @@ # gif-frames

[![NPM](https://nodei.co/npm/gif-frames.png)](https://npmjs.org/package/gif-frames)
## Install

@@ -7,0 +9,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