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

@jimp/types

Package Overview
Dependencies
Maintainers
2
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/types - npm Package Compare versions

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

.turbo/turbo-lint.log

19

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

@@ -14,9 +17,9 @@ "lint": "eslint .",

"devDependencies": {
"@jimp/config-eslint": "1.1.2",
"@jimp/config-typescript": "1.1.2",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"@jimp/config-eslint": "1.1.3--canary.34e8f3b.0",
"@jimp/config-typescript": "1.1.3--canary.34e8f3b.0",
"@types/node": "^18.19.48",
"eslint": "^9.9.1",
"tshy": "^3.0.2",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
"vitest": "^2.0.5"
},

@@ -49,3 +52,3 @@ "tshy": {

"dependencies": {
"zod": "^3.22.4"
"zod": "^3.23.8"
},

@@ -57,3 +60,3 @@ "publishConfig": {

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

@@ -63,3 +63,3 @@ import { z } from "zod";

// eslint-disable-next-line @typescript-eslint/no-explicit-any
cb: (x: number, y: number, idx: number) => any
cb: (x: number, y: number, idx: number) => any,
): JimpClass;

@@ -73,4 +73,4 @@ scan(

// eslint-disable-next-line @typescript-eslint/no-explicit-any
f?: (x: number, y: number, idx: number) => any
f?: (x: number, y: number, idx: number) => any,
): JimpClass;
}

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