Socket
Socket
Sign inDemoInstall

@wizpanda/super-gif

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wizpanda/super-gif - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

CHANGELOG.md

4

dist/super-gif.js

@@ -57,4 +57,4 @@ "use strict";

this.loopDelay = opts.loopDelay || 0;
this.overrideLoopMode = opts.loopMode || 'auto';
this.drawWhileLoading = opts.drawWhileLoading || true;
this.overrideLoopMode = opts.loopMode != null ? opts.loopMode : 'auto';
this.drawWhileLoading = opts.drawWhileLoading != null ? opts.drawWhileLoading : true;
}

@@ -61,0 +61,0 @@ SuperGif.prototype.init = function () {

{
"name": "@wizpanda/super-gif",
"version": "0.0.5",
"version": "0.0.6",
"description": "GIF parser & player in Typescript to work with node_modules (converted from https://github.com/buzzfeed/libgif-js)",

@@ -9,2 +9,3 @@ "main": "dist/super-gif.js",

"build": "tsc",
"preversion": "git add CHANGELOG.md",
"version": "npm run build && npm publish --access public",

@@ -11,0 +12,0 @@ "postversion": "git push && git push --tags",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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