Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@antv/g-lite

Package Overview
Dependencies
Maintainers
71
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-lite - npm Package Compare versions

Comparing version
2.3.3-beta.0
to
2.3.3-beta.1
+11
-11
package.json
{
"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