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

@jimp/gif

Package Overview
Dependencies
Maintainers
2
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/gif - npm Package Compare versions

Comparing version 0.8.5-canary.b147e81.0 to 0.8.5

8

dist/index.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.default = void 0;
exports["default"] = void 0;

@@ -13,3 +13,3 @@ require("core-js/modules/es6.object.define-property");

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

@@ -27,3 +27,3 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }

decoders: _defineProperty({}, MIME_TYPE, function (data) {
var gifObj = new _omggif.default.GifReader(data);
var gifObj = new _omggif["default"].GifReader(data);
var gifData = Buffer.alloc(gifObj.width * gifObj.height * 4);

@@ -40,4 +40,4 @@ gifObj.decodeAndBlitFrameRGBA(0, gifData);

exports.default = _default;
exports["default"] = _default;
module.exports = exports.default;
//# sourceMappingURL=index.js.map
{
"name": "@jimp/gif",
"version": "0.8.5-canary.b147e81.0",
"version": "0.8.5",
"description": "Default Jimp gif encoder/decoder.",

@@ -20,3 +20,3 @@ "main": "dist/index.js",

"dependencies": {
"@jimp/utils": "0.8.5-canary.b147e81.0",
"@jimp/utils": "^0.8.5",
"core-js": "^2.5.7",

@@ -31,3 +31,3 @@ "omggif": "^1.0.9"

},
"gitHead": "b147e810972b2bba9bea4a132c3026ca119832e7"
"gitHead": "60b635dd77b6ea900043d81d09a12ff82fd14fd0"
}

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