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

@jimp/jpeg

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/jpeg - npm Package Compare versions

Comparing version 0.8.5-canary.b147e81.0 to 0.8.5

12

dist/index.js

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

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

@@ -15,3 +15,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 }; }

@@ -28,7 +28,7 @@ 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, _jpegJs.default.decode),
decoders: _defineProperty({}, MIME_TYPE, _jpegJs["default"].decode),
encoders: _defineProperty({}, MIME_TYPE, function (image) {
return _jpegJs.default.encode(image.bitmap, image._quality).data;
return _jpegJs["default"].encode(image.bitmap, image._quality).data;
}),
class: {
"class": {
// The quality to be used when saving JPEG images

@@ -64,4 +64,4 @@ _quality: 100,

exports.default = _default;
exports["default"] = _default;
module.exports = exports.default;
//# sourceMappingURL=index.js.map

@@ -16,3 +16,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; }

}),
class: {
"class": {
// The quality to be used when saving JPEG images

@@ -19,0 +19,0 @@ _quality: 100,

{
"name": "@jimp/jpeg",
"version": "0.8.5-canary.b147e81.0",
"version": "0.8.5",
"description": "Default Jimp jpeg encoder/decoder.",

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

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

@@ -32,4 +32,4 @@ "jpeg-js": "^0.3.4"

"devDependencies": {
"@jimp/custom": "0.8.5-canary.b147e81.0",
"@jimp/test-utils": "0.8.5-canary.b147e81.0"
"@jimp/custom": "^0.8.5",
"@jimp/test-utils": "^0.8.5"
},

@@ -39,3 +39,3 @@ "publishConfig": {

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

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