@jimp/plugin-fisheye
Advanced tools
Comparing version 0.22.12 to 1.0.2--canary.4e85de0.0
{ | ||
"name": "@jimp/plugin-fisheye", | ||
"version": "0.22.12", | ||
"description": "Apply a fisheye effect to an image.", | ||
"main": "dist/index.js", | ||
"module": "es/index.js", | ||
"version": "1.0.2--canary.4e85de0.0", | ||
"repository": "jimp-dev/jimp", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "cross-env BABEL_ENV=test mocha --require @babel/register --recursive test --extension js", | ||
"test:watch": "npm run test -- --reporter min --watch", | ||
"test:coverage": "nyc npm run test", | ||
"build": "npm run build:node:production && npm run build:module", | ||
"build:watch": "npm run build:node:debug -- -- --watch --verbose", | ||
"build:debug": "npm run build:node:debug", | ||
"build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js", | ||
"build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js", | ||
"build:node:debug": "cross-env BABEL_ENV=development npm run build:node", | ||
"build:node:production": "cross-env BABEL_ENV=production npm run build:node" | ||
"lint": "eslint .", | ||
"test": "vitest", | ||
"test:browser": "vitest --config vitest.config.browser.mjs", | ||
"build": "tshy", | ||
"dev": "tshy --watch" | ||
}, | ||
"author": "", | ||
"author": "Andrew Lisowski <lisowski54@gmail.com>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@jimp/utils": "^0.22.12" | ||
"@jimp/types": "1.0.2--canary.4e85de0.0", | ||
"@jimp/utils": "1.0.2--canary.4e85de0.0", | ||
"zod": "^3.22.4" | ||
}, | ||
"peerDependencies": { | ||
"@jimp/custom": ">=0.3.5" | ||
}, | ||
"devDependencies": { | ||
"@jimp/custom": "^0.22.12", | ||
"@jimp/test-utils": "^0.22.12" | ||
"@jimp/config-eslint": "1.0.2--canary.4e85de0.0", | ||
"@jimp/config-typescript": "1.0.2--canary.4e85de0.0", | ||
"@jimp/config-vitest": "1.0.2--canary.4e85de0.0", | ||
"@jimp/core": "1.0.2--canary.4e85de0.0", | ||
"@jimp/test-utils": "1.0.2--canary.4e85de0.0", | ||
"@vitest/browser": "^1.4.0", | ||
"eslint": "^8.57.0", | ||
"tshy": "^1.12.0", | ||
"typescript": "^5.4.2", | ||
"vite-plugin-node-polyfills": "^0.21.0", | ||
"vitest": "^1.4.0" | ||
}, | ||
"tshy": { | ||
"exclude": [ | ||
"**/*.test.ts" | ||
], | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/commonjs/index.d.ts", | ||
"default": "./dist/commonjs/index.js" | ||
} | ||
} | ||
}, | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "a4a8d6364bbf97629749e196f3b0a4c94c9a7abc" | ||
"sideEffects": false, | ||
"gitHead": "4e85de0027857bbc7b06ecfd8b98e5d6898fbb94" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
21169
26
269
1
Yes
3
11
1
3
+ Addedzod@^3.22.4
+ Added@jimp/types@1.0.2--canary.4e85de0.0(transitive)
+ Added@jimp/utils@1.0.2--canary.4e85de0.0(transitive)
+ Addedzod@3.23.8(transitive)
- Removed@jimp/core@0.22.12(transitive)
- Removed@jimp/custom@0.22.12(transitive)
- Removed@jimp/utils@0.22.12(transitive)
- Removed@tokenizer/token@0.3.0(transitive)
- Removedany-base@1.1.0(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedexif-parser@0.1.12(transitive)
- Removedfile-type@16.5.4(transitive)
- Removedieee754@1.2.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisomorphic-fetch@3.0.0(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedpeek-readable@4.1.0(transitive)
- Removedpixelmatch@4.0.2(transitive)
- Removedpngjs@3.4.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedreadable-web-to-node-stream@3.0.2(transitive)
- Removedregenerator-runtime@0.13.11(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrtok3@6.3.0(transitive)
- Removedtoken-types@4.2.1(transitive)
- Removedtr46@0.0.3(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
- Removedwhatwg-url@5.0.0(transitive)