// npm 패키지
@antv/g2
the Grammar of Graphics in Javascript
주간
354,016
월간
1,257,065
버전
403
메인테이너
52
라이선스
MIT
최초 publish
2017-10-18
publisher
moayuisuda
tarball
8,829,972 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-01-06
// publisher 캠페인by moayuisuda
이 계정에서 catch된 패키지 2건고립된 catch가 아닙니다. 동일 publisher가 1개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @5.4.8· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @5.4.8··AUTO-PUBLISHED·publisher: moayuisudaheuristic 75/100static flags 0llm benign (0.85) via ollamarecent-owner-changepopularity:very-highmature-packageosv-flagged:MAL-2026-3973
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- install scripts --- ### prepare husky install --- package.json (entry) --- { "name": "@antv/g2", "version": "5.4.8", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "unpkg": "dist/g2.min.js", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./esm/index.js", "require": "./lib/index.js" }, "./lib/*": { "types": "./lib/*.d.ts", "require": "./lib/*.js" }, "./esm/*": { "types": "./lib/*.d.ts", "import": "./esm/*.js" }, "./package.json": "./package.json" }, "sideEffects": [ "./esm/exports.js" ], "files": [ "src", "lib", "esm", "dist" ], "scripts": { "start": "cd site && npm run start", "dev": "cross-env TZ=Asia/Shanghai vite", "dev:link": "cross-env LINK=1 vite", "clean": "rimraf lib esm dist", "lint-staged": "lint-staged", "size": "limit-size", "lint": "eslint ./src ./__tests__ && prettier ./src ./__tests__ --check ", "fix": "eslint ./src ./__tests__ --fix && prettier ./src ./__tests__ --write ", "test": "cross-env TZ=Asia/Shanghai vitest --coverage", "test:unit": "cross-env TZ=Asia/Shanghai
