Socket
Socket
Sign inDemoInstall

ailabel

Package Overview
Dependencies
5
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.12 to 5.1.13

dist/index.js

22

CHANGELOG.md

@@ -0,1 +1,23 @@

# 5.1.x
`近期迭代需求计划`
1. 双击选中图形,支持多个命中元素返回,前端可进行面积大小或者其他逻辑决定指定feature选中
2. 支持矢量标注图形的旋转(图片旋转待后续支持-本次迭代不支持)
# 5.1.13
`2022-03-18`
1. 外放Graphic
# 5.1.11
`2022-01-17`
1. 修复右键删除节点bug
2. 修复绘制过程中十字丝设置受drawingTip干扰问题
# 5.1.10
`2022-01-17`
1. 重复发版
# 5.1.9
`2022-01-15`
1. draging增加回掉参数activefeature(contributor: https://github.com/luchuanqi)
# 5.1.8

@@ -2,0 +24,0 @@ `2022-01-11`

38

package.json
{
"name": "ailabel",
"version": "5.1.12",
"version": "5.1.13",
"description": "图像标注",
"main": "index.js",
"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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": ""
"url": "git+https://github.com/dingyang9642/AILabel.git"
},

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

"bugs": {
"url": ""
"url": "https://github.com/dingyang9642/AILabel/issues"
},
"homepage": ""
"homepage": "https://github.com/dingyang9642/AILabel#readme"
}
index.js
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