// npm 패키지
@antv/gi-common-components
G6VP 通用UI组件
버전
26
메인테이너
51
최초 publish
2022-11-09
publisher
iaaron
tarball
506,309 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2024-07-31
// publisher 캠페인by iaaron
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.3.16· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @1.3.16··AUTO-PUBLISHED·publisher: iaaronheuristic 75/100static flags 1llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-4012public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "@antv/gi-common-components", "version": "1.3.16", "description": "G6VP 通用UI组件", "main": "lib/index.js", "module": "es/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/antvis/G6VP.git" }, "sideEffects": [ "*.css", "*.less" ], "files": [ "lib", "es" ], "dependencies": { "@aligov/global-locale": "^1.0.5", "@aligov/global-string-format": "^1.0.7", "@antv/g2plot": "^2.4.31", "@formily/antd": "^2.1.0", "@formily/core": "^2.1.0", "@formily/json-schema": "^2.2.2", "@formily/react": "^2.1.0", "@formily/reactive": "^2.2.2", "@formily/shared": "^2.2.2", "classnames": "^2.2.6", "dumi": "^1.1.50", "nanoid": "^4.0.0", "react-color": "^2.19.3", "use-immer": "^0.9.0" }, "devDependencies": { "rimraf": "^3.0.2" }, "peerDependencies": { "@antv/graphin": "^2.7.27", "antd": "4.x", "react": "17.x", "react-dom": "17.x" }, "publishConfig": { "access": "public" }, "scripts": { "build": "npm run clean && npm run build:es & npm run build:umd", "build:umd": "npm run build:es", "build:es": "npm run clean && father build", "clean": "rimraf es esm lib dist", "docs": "dumi dev", "prettier": "prettier --write ./src/**/**/**/*.js", "start": "npm run clean && father build --watch", "test": "jest", "sync": "tnpm sync @antv/gi-common-components" } }
