// npm package
@antv/g-webgpu-unitchart
inspired by: * ATOM: A grammar for unit visualizations * ATOM: https://intuinno.github.io/unit/#/live * 中文翻译:http://vis.pku.edu.cn/blog/atom_grammar/#more-9377
versions
3
maintainers
51
license
ISC
first publish
2020-11-06
publisher
panyuqi
tarball
328,901 B
AUTO-PUBLISHED·1 version indexed·latest published 2020-11-23
// publisher campaignby panyuqi
9 caught packages from this accountThis is not an isolated catch. The same publisher has shipped 8 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.5.1· no static-pattern hits
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 5 known-vendor host(s).
- @0.5.1··AUTO-PUBLISHED·publisher: panyuqiheuristic 75/100static flags 0llm benign (0.85) via ollamaosv-flagged:MAL-2026-3972
→ No suspicious destination, no remote-exec shape — 5 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/g-webgpu-unitchart", "version": "0.5.1", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "dist", "lib", "es", "README.md" ], "scripts": { "tsc": "tsc --project tsconfig.build.json", "clean": "rimraf dist; rimraf es; rimraf lib;", "build": "run-p build:*", "build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start", "build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start", "watch": "BABEL_ENV=esm babel src --watch --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start" }, "author": "xiaoiver", "license": "ISC", "dependencies": { "@antv/g-webgpu": "^0.5.1", "@antv/g-webgpu-compiler": "^0.5.1", "@antv/g-webgpu-core": "^00.5.1", "@antv/g-webgpu-engine": "^0.5.1", "d3": "^5.16.0", "gl-matrix": "^3.1.0", "lodash": "^4.17.15" }, "devDependencies": { "@types/d3": "^5.7.2", "@types/gl-matrix": "^2.4.5", "@types/lo --- index.js (entry) --- "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Chart", { enumerable: true, get: function get() { return _Chart.Chart; } }); Object.defineProperty(exports, "Container", { enumerable: true, get: function get() { return _Container.Container; } }); Object.defineProperty(exports, "Layout", { enumerable: true, get: function get() { return _Layout.Layout; } }); var _Chart = require("./Chart"); var _Container = require("./Container"); var _Layout = require("./Layout"); //# sourceMappingURL=index.js.map
