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

gif-encoder

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gif-encoder - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

CHANGELOG.md
# gif-encoder changelog
0.7.2 - Removed accidental length requirement documentation. Fixes #18
0.7.1 - Fixed supported Node.js versions and Travis CI

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

2

package.json
{
"name": "gif-encoder",
"description": "Streaming GIF encoder",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "https://github.com/twolfson/gif-encoder",

@@ -6,0 +6,0 @@ "author": {

@@ -176,3 +176,3 @@ # gif-encoder [![Build status](https://travis-ci.org/twolfson/gif-encoder.png?branch=master)](https://travis-ci.org/twolfson/gif-encoder)

- options `Object` - Optional container for options
- palette `Array` - Array of pixels to use as palette for the frame. It should follow the sequence of `r, g, b, a` and be `4 * height * width` in length.
- palette `Array` - Array of pixels to use as palette for the frame. It should follow the sequence of `r, g, b, a`
- At the moment, this must be used with `options.indexedPixels`

@@ -179,0 +179,0 @@ - indexedPixels `Boolean` - Indicator to treat `imageData` as RGBA values (`false`) or indicies in `palette` (`true`)

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