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

jimp

Package Overview
Dependencies
Maintainers
0
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jimp - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

2

dist/commonjs/index.js

@@ -56,2 +56,3 @@ "use strict";

const threshold = __importStar(require("@jimp/plugin-threshold"));
const quantize = __importStar(require("@jimp/plugin-quantize"));
const core_1 = require("@jimp/core");

@@ -147,2 +148,3 @@ // TODO: This doesn't document the constructor of the class

threshold.methods,
quantize.methods,
],

@@ -149,0 +151,0 @@ });

@@ -27,2 +27,3 @@ /**

import * as threshold from "@jimp/plugin-threshold";
import * as quantize from "@jimp/plugin-quantize";
import { createJimp } from "@jimp/core";

@@ -118,2 +119,3 @@ // TODO: This doesn't document the constructor of the class

threshold.methods,
quantize.methods,
],

@@ -120,0 +122,0 @@ });

68

package.json
{
"name": "jimp",
"version": "1.0.5",
"version": "1.1.0",
"sideEffects": false,

@@ -39,34 +39,35 @@ "description": "An image processing library written entirely in JavaScript.",

"dependencies": {
"@jimp/core": "1.0.5",
"@jimp/diff": "1.0.5",
"@jimp/js-bmp": "1.0.5",
"@jimp/js-gif": "1.0.5",
"@jimp/js-jpeg": "1.0.5",
"@jimp/js-png": "1.0.5",
"@jimp/js-tiff": "1.0.5",
"@jimp/plugin-blit": "1.0.5",
"@jimp/plugin-blur": "1.0.5",
"@jimp/plugin-circle": "1.0.5",
"@jimp/plugin-color": "1.0.5",
"@jimp/plugin-contain": "1.0.5",
"@jimp/plugin-cover": "1.0.5",
"@jimp/plugin-crop": "1.0.5",
"@jimp/plugin-displace": "1.0.5",
"@jimp/plugin-dither": "1.0.5",
"@jimp/plugin-fisheye": "1.0.5",
"@jimp/plugin-flip": "1.0.5",
"@jimp/plugin-hash": "1.0.5",
"@jimp/plugin-mask": "1.0.5",
"@jimp/plugin-print": "1.0.5",
"@jimp/plugin-resize": "1.0.5",
"@jimp/plugin-rotate": "1.0.5",
"@jimp/plugin-threshold": "1.0.5",
"@jimp/types": "1.0.5",
"@jimp/utils": "1.0.5"
"@jimp/core": "1.1.0",
"@jimp/diff": "1.1.0",
"@jimp/js-bmp": "1.1.0",
"@jimp/js-gif": "1.1.0",
"@jimp/js-jpeg": "1.1.0",
"@jimp/js-png": "1.1.0",
"@jimp/js-tiff": "1.1.0",
"@jimp/plugin-blit": "1.1.0",
"@jimp/plugin-blur": "1.1.0",
"@jimp/plugin-circle": "1.1.0",
"@jimp/plugin-color": "1.1.0",
"@jimp/plugin-contain": "1.1.0",
"@jimp/plugin-cover": "1.1.0",
"@jimp/plugin-crop": "1.1.0",
"@jimp/plugin-displace": "1.1.0",
"@jimp/plugin-dither": "1.1.0",
"@jimp/plugin-fisheye": "1.1.0",
"@jimp/plugin-flip": "1.1.0",
"@jimp/plugin-hash": "1.1.0",
"@jimp/plugin-mask": "1.1.0",
"@jimp/plugin-print": "1.1.0",
"@jimp/plugin-quantize": "1.1.0",
"@jimp/plugin-resize": "1.1.0",
"@jimp/plugin-rotate": "1.1.0",
"@jimp/plugin-threshold": "1.1.0",
"@jimp/types": "1.1.0",
"@jimp/utils": "1.1.0"
},
"devDependencies": {
"@jimp/config-eslint": "1.0.5",
"@jimp/config-typescript": "1.0.5",
"@jimp/config-vitest": "1.0.5",
"@jimp/test-utils": "1.0.5",
"@jimp/config-eslint": "1.1.0",
"@jimp/config-typescript": "1.1.0",
"@jimp/config-vitest": "1.1.0",
"@jimp/test-utils": "1.1.0",
"@rollup/plugin-alias": "^5.1.0",

@@ -85,3 +86,3 @@ "@rollup/plugin-commonjs": "^25.0.7",

"rollup-plugin-polyfill-node": "^0.13.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",

@@ -138,3 +139,4 @@ "vite-plugin-node-polyfills": "^0.21.0",

},
"gitHead": "44ab95c1875f9f94d993d7a48d66de00115fb4a8"
"module": "./dist/esm/index.js",
"gitHead": "887b0cb53fe5b8d545c8cda82a3db5ef90f18136"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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