// npm 패키지
@antv/f2-react
F2 for React
버전
140
메인테이너
51
라이선스
MIT
최초 publish
2021-11-10
publisher
zengyue
tarball
14,453 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2025-11-10
// publisher 캠페인by zengyue
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @5.14.0· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @5.14.0··AUTO-PUBLISHED·publisher: zengyueheuristic 75/100static flags 0llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-3895
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/f2-react", "version": "5.14.0", "description": "F2 for React", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": false, "keywords": [ "antv", "f2", "chart", "charts", "mobile", "visualization", "react" ], "dependencies": { "@antv/f-react": "^1.0.1", "@antv/f2": "5.14.0", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, "devDependencies": { "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "react": "16.8.6", "react-dom": "16.8.6" }, "homepage": "https://f2.antv.vision/zh/docs/tutorial/react", "author": "https://github.com/orgs/antvis/people", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/antvis/f2" }, "bugs": { "url": "https://github.com/antvis/f2/issues" }, "gitHead": "a9a4c397f067aafad8c050d370b8081efca9d199" } --- index.js (entry) --- "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "createCanvas", { enumerable: true, get: function get() { return _fReact.createCanvas; } }); exports.default = void 0; var _f = require("@antv/f2"); var _fReact = require("@antv/f-react"); var _default = exports.default = (0, _fReact.createCanvas)(_f.Canvas);
