// npm 패키지
@antv/x6-components
React components for building x6 editors
버전
15
메인테이너
51
라이선스
MIT
최초 publish
2019-12-01
publisher
bubkoo
tarball
548,660 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2020-09-09
// publisher 캠페인by bubkoo
이 계정에서 catch된 패키지 3건고립된 catch가 아닙니다. 동일 publisher가 2개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @0.10.7· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @0.10.7··AUTO-PUBLISHED·publisher: bubkooheuristic 75/100static flags 0llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-4100
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- install scripts --- ### prepare yarn build --- package.json (entry) --- { "name": "@antv/x6-components", "version": "0.10.7", "description": "React components for building x6 editors", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/x6-components.min.js", "types": "lib/index.d.ts", "files": [ "dist", "es", "lib" ], "sideEffects": [ "es/**/style/*", "lib/**/style/*", "*.less" ], "scripts": { "clean": "rimraf dist es lib", "lint": "run-s lint:ts lint:es lint:style", "lint:es": "eslint --ext .js scripts --fix", "lint:ts": "tslint -c tslint.json -p tsconfig.json --fix", "lint:style": "stylelint 'src/**/*.less' --syntax less --fix", "build:esm": "tsc --module esnext --target es2015 --outDir ./es", "build:cjs": "tsc --module commonjs --target es5 --outDir ./lib", "build:ts": "run-p build:cjs build:esm", "build:less": "node ./scripts/less.js", "build": "run-s build:ts build:less", "prebuild": "run-s lint clean", "watch": "watch 'yarn build' ./src", "prepare": "yarn build", "precommit": "lint-staged" }, "keywords": [ "component", "components", "react-components", "x6", "x6-editor", "editor", "ui", "antv" --- index.js (entry) --- "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./menu"), exports); __exportStar(require("./menubar"), exports); __exportStar(require("./dropdown"), exports); __exportStar(require("./toolbar"), exports); __exportStar(require("./context-menu"), exports); __exportStar(require("./color-picker"), exports); __exportStar(require("./scrollbar"), exports); __exportStar(require("./scroll-box"), exports); __exportStar(require("./auto-scroll-box"), exports); __exportStar(require("./split-box"), exports); //# sourceMappingURL=index.js.map
