// npm package
@antv/word-scale-chart
Word-Scale Chart Web components for Narrative Text Visualization
versions
10
maintainers
51
license
MIT
first publish
2022-02-15
publisher
bbsqq
tarball
9,855 B
AUTO-PUBLISHED·1 version indexed·latest published 2022-07-22
// publisher campaignby bbsqq
5 caught packages from this accountThis is not an isolated catch. The same publisher has shipped 4 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· @0.3.4· 1 file flagged
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @0.3.4··AUTO-PUBLISHED·publisher: bbsqqheuristic 75/100static flags 1llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-4096public-github-push
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "@antv/word-scale-chart", "version": "0.3.4", "description": "Word-Scale Chart Web components for Narrative Text Visualization", "keywords": [ "text", "visualization", "word-scale", "web components" ], "author": { "name": "AntV", "url": "https://antv.vision/" }, "license": "MIT", "main": "lib/index.js", "module": "lib/index.js", "files": [ "src" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/T8.git" }, "scripts": { "lint": "eslint --ext .ts ./src", "test": "jest", "build": "rimraf ./lib && tsc --build", "demo": "es-dev-server --node-resolve --preserve-symlinks --watch", "watch": "tsc --watch", "dev": "npm run watch & npm run demo", "clean": "rimraf node_modules & yarn clean:build", "clean:build": "rimraf dist es lib build" }, "devDependencies": { "es-dev-server": "^2.1.0", "jest": "^27.0.6", "rimraf": "^3.0.2", "typescript": "^4.3.5" }, "dependencies": { "lit": "^2.2.3" }, "gitHead": "e84d1f66bc2aec0d85b898f47162196bdbc9fe0d" } --- package.json (entry) --- { "name": "@antv/word-scale-chart", "version": "0.3.4", "description": "Word-Scale Chart Web components for Narrative Text Visualization", "keywords": [ "text", "visualization", "word-scale", "web components" ], "author": { "name": "AntV", "url": "https://antv.vision/" }, "license": "MIT", "main": "lib/index.js", "module": "lib/index.js", "files": [ "src" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/T8.git" }, "scripts": { "lint": "eslint --ext .ts ./src", "test": "jest", "build": "rimraf ./lib && tsc --build", "demo": "es-dev-server --node-resolve --preserve-symlinks --watch", "watch": "tsc --watch", "dev": "npm run watch & npm run demo", "clean": "rimraf node_modules & yarn clean:build", "clean:build": "rimraf dist es lib build" }, "devDependencies": { "es-dev-server": "^2.1.0", "jest": "^27.0.6", "rimraf": "^3.0.2", "typescript": "^4.3.5" }, "dependencies": { "lit": "^2.2.3" }, "gitHead": "e84d1f66bc2aec0d85b898f47162196bdbc9fe0d" --- index.js (entry) --- import './safeCustomElement'; import './charts/proportion'; import './charts/line'; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxxQkFBcUIsQ0FBQztBQUM3QixPQUFPLHFCQUFxQixDQUFDO0FBQzdCLE9BQU8sZUFBZSxDQUFDIn0=
