@img/sharp-wasm32
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
+4
-4
| { | ||
| "name": "@img/sharp-wasm32", | ||
| "version": "0.34.5", | ||
| "version": "0.35.0-rc.0", | ||
| "description": "Prebuilt sharp for use with wasm32", | ||
@@ -26,3 +26,3 @@ "author": "Lovell Fuller <npm@lovell.info>", | ||
| "exports": { | ||
| "./sharp.node": "./lib/sharp-wasm32.node.js", | ||
| "./sharp.node": "./index.cjs", | ||
| "./package": "./package.json", | ||
@@ -32,6 +32,6 @@ "./versions": "./versions.json" | ||
| "engines": { | ||
| "node": "^18.17.0 || ^20.3.0 || >=21.0.0" | ||
| "node": ">=20.9.0" | ||
| }, | ||
| "dependencies": { | ||
| "@emnapi/runtime": "^1.7.0" | ||
| "@emnapi/runtime": "^1.7.1" | ||
| }, | ||
@@ -38,0 +38,0 @@ "cpu": [ |
+3
-2
@@ -36,8 +36,9 @@ # `@img/sharp-wasm32` | ||
| | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) | | ||
| | mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) | | ||
| | libnsgif | MIT Licence | | ||
| | libspng | [BSD 2-Clause, libpng License](https://github.com/randy408/libspng/blob/master/LICENSE) | | ||
| | libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) | | ||
| | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) | | ||
| | libultrahdr | Apache-2.0 License | | ||
| | libvips | LGPLv3 | | ||
| | libwebp | New BSD License | | ||
| | mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) | | ||
| | resvg | MIT Licence | | ||
@@ -44,0 +45,0 @@ | zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) | |
+6
-5
| { | ||
| "aom": "3.13.1", | ||
| "cgif": "0.5.0", | ||
| "emscripten": "4.0.18", | ||
| "emscripten": "4.0.21", | ||
| "exif": "0.6.25", | ||
| "expat": "2.7.3", | ||
| "ffi": "3.5.2", | ||
| "glib": "2.86.1", | ||
| "glib": "2.87.0", | ||
| "heif": "1.20.2", | ||
@@ -14,8 +14,9 @@ "highway": "1.3.0", | ||
| "mozjpeg": "0826579", | ||
| "png": "1.6.53", | ||
| "resvg": "0.45.1", | ||
| "spng": "0.7.4", | ||
| "tiff": "4.7.1", | ||
| "vips": "8.17.3", | ||
| "uhdr": "1.4.0", | ||
| "vips": "8.18.0", | ||
| "webp": "1.6.0", | ||
| "zlib-ng": "2.2.5" | ||
| "zlib-ng": "2.3.2" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
10995576
2.57%707
3.21%51
2%3
50%3
50%Updated