@antv/g-plugin-svg-picker
Advanced tools
Comparing version 1.0.0-alpha.26 to 1.0.0-alpha.27
{ | ||
"name": "@antv/g-plugin-svg-picker", | ||
"version": "1.0.0-alpha.26", | ||
"version": "1.0.0-alpha.27", | ||
"description": "A G plugin for picking in SVG", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"main": "lib/index.js", | ||
"module": "es/index.esm.js", | ||
"types": "es/index.d.ts", | ||
"files": [ | ||
@@ -32,6 +32,5 @@ "package.json", | ||
"dependencies": { | ||
"@antv/g": "^1.0.0-alpha.27", | ||
"@antv/g-plugin-svg-renderer": "^1.0.0-alpha.27", | ||
"@babel/runtime": "^7.16.0", | ||
"mana-syringe": "^0.1.0" | ||
"@antv/g": "^1.0.0-alpha.28", | ||
"@antv/g-plugin-svg-renderer": "^1.0.0-alpha.28", | ||
"mana-syringe": "^0.2.1" | ||
}, | ||
@@ -44,4 +43,12 @@ "devDependencies": { | ||
}, | ||
"peerDependencies": { | ||
"@antv/g": "^1.0.0-alpha.27", | ||
"@antv/g-plugin-svg-renderer": "^1.0.0-alpha.27", | ||
"mana-syringe": "^0.2.1" | ||
}, | ||
"scripts": { | ||
"umd": "webpack" | ||
}, | ||
"homepage": "https://github.com/antvis/g#readme", | ||
"gitHead": "c01101beb86f98aaa569f97c678c909d4f3faaa3" | ||
"gitHead": "b8af919853fa578b4aa6c5e84715948085ac0170" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29304
6
4
229
3
6
- Removed@babel/runtime@^7.16.0
- Removed@babel/runtime@7.26.0(transitive)
- Removeddebug@4.3.7(transitive)
- Removedmana-syringe@0.1.0(transitive)
- Removedms@2.1.3(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
Updated@antv/g@^1.0.0-alpha.28
Updatedmana-syringe@^0.2.1