Socket
Socket
Sign inDemoInstall

ailabel

Package Overview
Dependencies
0
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.13 to 5.1.14

index.js

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # 5.1.x

# 5.1.14
`2022-05-16`
1. 鼠标移出容器编辑自动平移bug修复
# 5.1.13

@@ -8,0 +12,0 @@ `2022-03-18`

38

package.json
{
"name": "ailabel",
"version": "5.1.13",
"version": "5.1.14",
"description": "图像标注",
"main": "dist/index.js",
"browser": "dist/index.js",
"browser_demo": "demo/index.js",
"browser_website": "website/src/dist/index.js",
"dependencies": {
"@babel/runtime": "^7.15.4",
"events": "^3.3.0",
"hotkeys-js": "^3.8.7",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.2",
"rollup": "^2.53.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-uglify": "^6.0.4"
},
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build"
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dingyang9642/AILabel.git"
"url": ""
},

@@ -49,5 +23,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/dingyang9642/AILabel/issues"
"url": ""
},
"homepage": "https://github.com/dingyang9642/AILabel#readme"
"homepage": ""
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc