@antv/g-lite
Advanced tools
+11
-11
| { | ||
| "name": "@antv/g-lite", | ||
| "version": "2.3.3-beta.0", | ||
| "version": "2.3.3-beta.1", | ||
| "description": "A core module for rendering engine implements DOM API.", | ||
@@ -38,11 +38,3 @@ "keywords": [ | ||
| ], | ||
| "scripts": { | ||
| "build:types": "tsc --emitDeclarationOnly --noCheck", | ||
| "build": "npm run clean && npm run build:types && rollup -c", | ||
| "clean": "rimraf dist", | ||
| "sync": "tnpm sync", | ||
| "watch": "rollup -c -w" | ||
| }, | ||
| "dependencies": { | ||
| "@antv/g-math": "workspace:*", | ||
| "@antv/util": "^3.3.5", | ||
@@ -54,3 +46,4 @@ "@antv/vendor": "^1.0.3", | ||
| "rbush": "^3.0.1", | ||
| "tslib": "^2.5.3" | ||
| "tslib": "^2.5.3", | ||
| "@antv/g-math": "3.0.1" | ||
| }, | ||
@@ -66,3 +59,10 @@ "devDependencies": { | ||
| "access": "public" | ||
| }, | ||
| "scripts": { | ||
| "build:types": "tsc --emitDeclarationOnly --noCheck", | ||
| "build": "npm run clean && npm run build:types && rollup -c", | ||
| "clean": "rimraf dist", | ||
| "sync": "tnpm sync", | ||
| "watch": "rollup -c -w" | ||
| } | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
5569787
0+ Added
Updated