New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@imgly/background-removal

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imgly/background-removal - npm Package Compare versions

Comparing version 1.0.6 to 1.1.1

dist/138ceb077e66fc6ba1cc5c814828274dd6f695bddd23bfd41e516ee35be5b891

38

package.json
{
"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 @@

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