@imgly/background-removal
Advanced tools
Comparing version 1.0.6 to 1.1.1
{ | ||
"name": "@imgly/background-removal", | ||
"version": "1.0.6", | ||
"version": "1.1.1", | ||
"description": "Background Removal in the Browser", | ||
@@ -26,7 +26,8 @@ "keywords": [ | ||
}, | ||
"main": "./dist/browser.js", | ||
"module": "./dist/browser.mjs", | ||
"browser": "./dist/browser.js", | ||
"source": "./src/index.ts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"browser": "./dist/index.js", | ||
"homepage": "https://img.ly/showcases/cesdk/web/background-removal/web", | ||
"types": "./dist/browser.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -38,16 +39,25 @@ "LICENSE.md", | ||
"scripts": { | ||
"start": "npm run clean; npm run watch", | ||
"start": "npm run watch", | ||
"clean": "npx rimraf dist", | ||
"test": "true", | ||
"build": "npm run clean; npx webpack --mode production", | ||
"watch": "npm run clean; npx webpack --watch --mode development", | ||
"publish:public": "npm run build && npm publish --access public", | ||
"resources": "node ../../scripts/package-resources.mjs", | ||
"build": "npm run clean && npm run resources && node scripts/build.mjs", | ||
"watch": "npm run clean && npm run resources && node scripts/watch.mjs", | ||
"publish": "npm run build && npm publish --access public", | ||
"lint": "npx prettier --write ." | ||
}, | ||
"dependencies": { | ||
"onnxruntime-web": "^1.15.1" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.195", | ||
"@types/node": "^20.3.1", | ||
"lodash": "^4.17.21", | ||
"ndarray": "^1.0.19", | ||
"zod": "^3.21.4", | ||
"assert": "^2.0.0", | ||
"lodash": "^4.17.21", | ||
"onnxruntime-web": "^1.15.1", | ||
"esbuild": "^0.18.18", | ||
"glob": "^10.3.3", | ||
"npm-dts": "^1.3.12", | ||
"process": "^0.11.10", | ||
"ts-loader": "^9.4.3", | ||
@@ -57,7 +67,5 @@ "tslib": "^2.5.3", | ||
"util": "^0.12.5", | ||
"wasm-feature-detect": "^1.5.1", | ||
"webpack": "^5.85.1", | ||
"webpack-cli": "^5.1.4", | ||
"zod": "^3.21.4" | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} | ||
} |
# Background Removal in the Browser | ||
<p align="center"> | ||
<img src="https://img.ly/static/background-removal-js-logo.png?utm_source=github&utm_medium=project&utm_campaign=bg-removal" width="100" height="100" alt="" /> | ||
<img src="https://img.ly/showcases/cesdk/web/s/case-thumbnail/background-removal/background-removal-0.png?utm_source=github&utm_medium=project&utm_campaign=bg-removal" alt="background removal js showcase" /> | ||
</p> | ||
@@ -28,7 +28,3 @@ | ||
<p align="center"> | ||
<img src="https://img.ly/showcases/cesdk/web/s/case-thumbnail/background-removal/background-removal-0.png?utm_source=github&utm_medium=project&utm_campaign=bg-removal" alt="background removal js showcase" /> | ||
</p> | ||
## Installation | ||
@@ -35,0 +31,0 @@ |
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
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
20139
15
209783224
1
16
16
166
+ Addedonnxruntime-web@^1.15.1
+ Added@protobufjs/aspromise@1.1.2(transitive)
+ Added@protobufjs/base64@1.1.2(transitive)
+ Added@protobufjs/codegen@2.0.4(transitive)
+ Added@protobufjs/eventemitter@1.1.0(transitive)
+ Added@protobufjs/fetch@1.1.0(transitive)
+ Added@protobufjs/float@1.0.2(transitive)
+ Added@protobufjs/inquire@1.1.0(transitive)
+ Added@protobufjs/path@1.1.2(transitive)
+ Added@protobufjs/pool@1.1.0(transitive)
+ Added@protobufjs/utf8@1.1.0(transitive)
+ Added@types/node@22.13.1(transitive)
+ Addedflatbuffers@1.12.0(transitive)
+ Addedguid-typescript@1.0.9(transitive)
+ Addedlong@5.3.0(transitive)
+ Addedonnxruntime-common@1.20.1(transitive)
+ Addedonnxruntime-web@1.20.1(transitive)
+ Addedplatform@1.3.6(transitive)
+ Addedprotobufjs@7.4.0(transitive)
+ Addedundici-types@6.20.0(transitive)