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

@jimp/plugin-cover

Package Overview
Dependencies
Maintainers
2
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-cover - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3--canary.34e8f3b.0

.turbo/turbo-lint.log

33

package.json
{
"name": "@jimp/plugin-cover",
"version": "1.1.2",
"version": "1.1.3--canary.34e8f3b.0",
"repository": "jimp-dev/jimp",
"engines": {
"node": ">=18"
},
"scripts": {

@@ -16,19 +19,19 @@ "lint": "eslint .",

"dependencies": {
"@jimp/core": "1.1.2",
"@jimp/plugin-crop": "1.1.2",
"@jimp/plugin-resize": "1.1.2",
"@jimp/types": "1.1.2",
"zod": "^3.22.4"
"@jimp/core": "1.1.3--canary.34e8f3b.0",
"@jimp/plugin-crop": "1.1.3--canary.34e8f3b.0",
"@jimp/plugin-resize": "1.1.3--canary.34e8f3b.0",
"@jimp/types": "1.1.3--canary.34e8f3b.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@jimp/config-eslint": "1.1.2",
"@jimp/config-typescript": "1.1.2",
"@jimp/config-vitest": "1.1.2",
"@jimp/test-utils": "1.1.2",
"@vitest/browser": "^1.4.0",
"eslint": "^8.57.0",
"@jimp/config-eslint": "1.1.3--canary.34e8f3b.0",
"@jimp/config-typescript": "1.1.3--canary.34e8f3b.0",
"@jimp/config-vitest": "1.1.3--canary.34e8f3b.0",
"@jimp/test-utils": "1.1.3--canary.34e8f3b.0",
"@vitest/browser": "^2.0.5",
"eslint": "^9.9.1",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.4.0"
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^2.0.5"
},

@@ -65,3 +68,3 @@ "tshy": {

"module": "./dist/esm/index.js",
"gitHead": "ba9de4df25a2f0e41f11a68c7aa50181a52115cb"
"gitHead": "34e8f3bbb3f0392953c609a6d4f6e4ec4acb092e"
}

@@ -23,4 +23,4 @@ import { expect, test, describe } from "vitest";

"▾▾▾▾◆◆◆◆",
"▾▾▾▾◆◆◆◆"
)
"▾▾▾▾◆◆◆◆",
),
);

@@ -37,4 +37,4 @@

"▾▾▾▾▾▾◆◆◆◆◆◆",
"▾▾▾▾▾▾◆◆◆◆◆◆"
)
"▾▾▾▾▾▾◆◆◆◆◆◆",
),
);

@@ -66,3 +66,3 @@

expect(
vertical.clone().cover({ w: 4, h: 4, align: alignValue })
vertical.clone().cover({ w: 4, h: 4, align: alignValue }),
).toMatchSnapshot();

@@ -73,3 +73,3 @@ });

expect(
horizontal.clone().cover({ w: 4, h: 4, align: alignValue })
horizontal.clone().cover({ w: 4, h: 4, align: alignValue }),
).toMatchSnapshot();

@@ -76,0 +76,0 @@ });

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