// npm 패키지
@antv/data-samples
Open data set collection for AntV products
버전
5
메인테이너
51
라이선스
MIT
최초 publish
2021-03-29
publisher
neoddish
tarball
1,909,843 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2022-04-26
// publisher 캠페인by neoddish
이 계정에서 catch된 패키지 7건고립된 catch가 아닙니다. 동일 publisher가 6개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.0.1· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @1.0.1··AUTO-PUBLISHED·publisher: neoddishheuristic 75/100static flags 1llm benign (0.85) via ollamaosv-flagged:MAL-2026-3867public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepare husky install --- package/package.json (excerpt) --- { "name": "@antv/data-samples", "version": "1.0.1", "description": "Open data set collection for AntV products", "main": "lib/index.js", "module": "esm/index.js", "unpkg": "dist/index.js", "types": "lib/index.d.ts", "files": [ "src", "esm", "lib", "build" ], "scripts": { "test": "jest", "lint-staged": "lint-staged", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"", "format-check": "prettier ./src/**/*.ts ./__tests__/**/*.ts --check", "lint": "eslint ./src/**/*.ts ./__tests__/**/*.ts && npm run format-check", "fix": "eslint ./src/**/*.ts ./__tests__/**/*.ts --fix && npm run format", "clean": "rimraf lib esm dist", "build:umd": "rimraf ./dist && rollup -c && npm run size", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*", "prepublish": "npm run build", "prepare": "husky install", "size": "limit-size", "start:demo": "cd demo && npm run start", "deploy:site": "cd demo && npm run deploy:site" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/data-samples.git" }, "keywords": [ "antv", "data", "sample" ], "author": { "name": "AntV", "url": "https://antv.vision/" }, "license": "MIT", "bugs": { "url": "https://github.com/antvis/data-samples/issues" }, "homepage": "https://github.com/antvi
