// npm 패키지
@antv/x6-react
Use X6 with react
버전
11
메인테이너
51
라이선스
MIT
최초 publish
2020-10-30
publisher
bubkoo
tarball
6,835 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2020-11-17
// publisher 캠페인by bubkoo
이 계정에서 catch된 패키지 3건고립된 catch가 아닙니다. 동일 publisher가 2개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @0.1.26· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @0.1.26··AUTO-PUBLISHED·publisher: bubkooheuristic 75/100static flags 1llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-4112public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepare yarn build --- package/package.json (excerpt) --- { "name": "@antv/x6-react", "version": "0.1.26", "description": "Use X6 with react", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/x6-react.js", "types": "lib/index.d.ts", "files": [ "dist", "es", "lib" ], "keywords": [ "x6", "react", "render", "antv" ], "scripts": { "clean": "rimraf dist es lib", "lint": "tslint -c tslint.json -p tsconfig.json --fix", "watch": "watch 'yarn build' ./src", "build:esm": "tsc --module esnext --target es2015 --outDir ./es", "build:cjs": "tsc --module commonjs --target es5 --outDir ./lib", "build:umd": "rollup -c", "build": "run-p build:cjs build:esm build:umd", "prebuild": "run-s lint clean", "prepare": "yarn build", "precommit": "lint-staged" }, "lint-staged": { "src/**/*.ts": [ "tslint -c tslint.json -p ./tsconfig.json --fix" ] }, "peerDependencies": { "@antv/x6": "^0.13.7", "react": ">=16.8.6", "react-dom": ">=16.8.6" }, "devDependencies": { "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-typescript": "^6.0.0", "@types/node": "^13.9.1", "@types/react": "^16.9.13", "lint-staged": "^10.2.2", "npm-run-all": "^4.1.5", "react": "^16.12.0", "react-dom": "^16.12.0", "rimraf": "^3.0.0", "rollup": "^2.10.5", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-filesize": "^9.0.0", "rollup-plugin-terser" --- bundled output (OSV-MAL flagged — LLM scope expansion) --- --- dist/x6-react.js (bundled) --- !function(n){"function"==typeof define&&define.amd?define(n):n()}((function(){})); //# sourceMappingURL=x6-react.js.map
