// npm 패키지
@antv/g2plot
An interactive and responsive charting library
주간
108,522
월간
405,138
버전
198
메인테이너
52
라이선스
MIT
최초 publish
2019-09-26
publisher
siqishen
tarball
9,541,020 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2025-09-19
// offending code· @2.4.35· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 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
→ 의심 전송지 없음, 원격 실행 형태 없음 — 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
