// npm package
@antv/g-webgpu-engine
* implements render engine's interface with WebGPU/WebGL
versions
23
maintainers
51
license
ISC
first publish
2020-06-04
publisher
panyuqi
tarball
282,165 B
AUTO-PUBLISHED·1 version indexed·latest published 2022-11-29
// 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.7.2· no static-pattern hits
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @0.7.2··AUTO-PUBLISHED·publisher: panyuqiheuristic 75/100static flags 0llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-3970
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/g-webgpu-engine", "version": "0.7.2", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "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-core": "^0.7.2", "gl-matrix": "^3.1.0", "lodash": "^4.17.15", "regl": "^1.3.11" }, "devDependencies": { "@types/gl-matrix": "^2.4.5", "@types/lodash": "^4.14.138" }, "publishConfig": { "access": "public" } } --- index.js (entry) --- "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "WebGLEngine", { enumerable: true, get: function get() { return _webgl.WebGLEngine; } }); var _webgl = require("./webgl"); //# sourceMappingURL=index.js.map
