// npm package
@antv/data-samples
Open data set collection for AntV products
versions
5
maintainers
51
license
MIT
first publish
2021-03-29
publisher
neoddish
tarball
1,909,843 B
AUTO-PUBLISHED·1 version indexed·latest published 2022-04-26
// publisher campaignby neoddish
7 caught packages from this accountThis is not an isolated catch. The same publisher has shipped 6 other packages that our pipeline flagged — the shape of a coordinated campaign, not a one-off. Each link below opens that sibling's analysis.
// offending code· @1.0.1· 1 file flagged
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 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
→ No suspicious destination, no remote-exec shape — 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
