Socket
Socket
Sign inDemoInstall

gif-frames

Package Overview
Dependencies
71
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.0.1

Diff

Changelog

Source

[1.0.1] 2018-12-03

Changed

  • Updated some dependencies to resolve security vulnerabilities reported by npm audit.
benwiley4000
published 1.0.0 •

Changelog

Source

[1.0.0] - 2018-10-15

Added

  • New API for getting frameInfo from gif (#9). Thanks @Snelius30!

Changed

  • Using get-pixels fork which fetches frameInfo from omggif.
benwiley4000
published 0.4.1 •

Changelog

Source

[0.4.1] - 2018-08-17

Changed

  • Updated some dependencies to resolve security vulnerabilities reported by npm audit.
benwiley4000
published 0.4.0 •

Changelog

Source

[0.4.0] - 2017-12-05

Added

  • cumulative option for computing frames by layering on top of prior frames

Removed

  • path import that was no longer being used
benwiley4000
published 0.3.0 •

Changelog

Source

[0.3.0] - 2017-07-13

Added

  • Unminified and minified browser bundles which will expose the library as a global called gifFrames - for those not using npm.

Changed

  • Now relying on (hopefully short-term) forks of get-pixels and save-pixels, published to npm. These allow us to run UglifyJS for our minified build, and maintain compatibility with older browsers (the previous jpeg-js dependency relied on ES2015+ features).
benwiley4000
published 0.2.4 •

Changelog

Source

[0.2.4] - 2017-06-26

Added

  • This changelog
  • Detailing of getImage and frameIndex in frame result object

Changed

  • GIF type specification for get-pixels in the browser (see this issue)
  • Improved/actually correct browser usage example
  • getImageStream in frame result object now called getImage (since it can return a canvas element or a stream)
benwiley4000
published 0.2.3 •

Changelog

Source

[0.2.3] - 2017-06-26

Added

  • npm registry badge in readme

Changed

  • Promise gets returned even if we bail during options validation
benwiley4000
published 0.2.2 •

Changelog

Source

[0.2.2] - 2017-06-26

Added

  • More terse intro code example included in readme

Changed

  • Passing 'all' as frames option really works now (actually)
benwiley4000
published 0.2.1 •

Changelog

Source

[0.2.1] - 2017-06-26

Changed

  • Passing 'all' as frames option actually works now (almost! just kidding)
benwiley4000
published 0.2.0 •

Changelog

Source

[0.2.0] - 2017-06-26

Added

  • frames option for specifying which frames we want
  • getFrames returns a Promise if available in environment
  • Callback and promise pass a data stream for each requested frame
  • Dependency on multi-integer-range

Changed

  • Better browser usage example (but it doesn't work!)

Removed

  • File writing - users can do that themselves (helps with interoperability between Node / browser)
2Next
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