// npm package
@antv/g2plot
An interactive and responsive charting library
weekly
108,522
monthly
405,138
versions
198
maintainers
52
license
MIT
first publish
2019-09-26
publisher
siqishen
tarball
9,541,020 B
AUTO-PUBLISHED·1 version indexed·latest published 2025-09-19
// offending code· @2.4.35· no static-pattern hits
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @2.4.35··AUTO-PUBLISHED·publisher: siqishenheuristic 75/100static flags 0llm benign (0.85) via ollamapopularity:very-highmature-packageosv-flagged:MAL-2026-3980
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- install scripts --- ### prepublishOnly run-s lint test build --- package.json (entry) --- { "name": "@antv/g2plot", "version": "2.4.35", "description": "An interactive and responsive charting library", "keywords": [ "chart", "plot", "antv" ], "author": "https://github.com/orgs/antvis/people", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "unpkg": "dist/g2plot.min.js", "files": [ "lib", "esm", "dist", "src" ], "homepage": "https://g2plot.antv.vision", "repository": { "type": "git", "url": "https://github.com/antvis/G2plot" }, "scripts": { "fix": "eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs", "build": "run-s clean lib dist size", "size": "limit-size", "clean": "rimraf lib esm dist", "lib": "run-p lib:*", "lib:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib", "lib:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm", "dist": "webpack --config webpack.config.js --mode production", "lint": "eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs", "lint-staged": "lint-staged", "t
