// npm 패키지
@antv/matrix-util
A common util collection for antv projects
버전
30
메인테이너
51
라이선스
ISC
최초 publish
2019-04-09
publisher
kopiluwaky
tarball
19,724 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2021-10-14
// publisher 캠페인by kopiluwaky
이 계정에서 catch된 패키지 4건고립된 catch가 아닙니다. 동일 publisher가 3개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @3.1.0-beta.3· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @3.1.0-beta.3··AUTO-PUBLISHED·publisher: kopiluwakyheuristic 75/100static flags 1llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-4067public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "@antv/matrix-util", "version": "3.1.0-beta.3", "description": "A common util collection for antv projects", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "esm/index.js", "files": [ "src", "package.json", "esm", "lib", "README.md" ], "scripts": { "build": "npm run clean && run-p build:*", "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm", "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib", "clean": "rm -rf lib && rm -rf esm", "coverage": "npm run coverage-generator && npm run coverage-viewer", "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts __tests__/mocha.opts", "coverage-viewer": "torch-coverage", "test": "torch --renderer --compile --opts __tests__/mocha.opts", "test-live": "torch --compile --interactive --opts __tests__/mocha.opts", "tsc": "tsc --noEmit", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/util.git" }, "keywords": [ "util", "antv", "g" ], "author": "https://github.com/orgs/antvis/people", "license": "ISC", "bugs": { "url": "https://github.com/antvis/util/issues" }, "devDependencies": { "@antv/torch": "^1.0.0", "chai": "^4.2.0", "less": "^3.9.0", "npm-run-all": "^4.1.5" }, "homepage": "https://github.com/antvis/util#readme", "dependencie
