// npm package
@antv/g-webgl-compute
```typescript import { World } from '@antv/g-webgl-compute';
versions
1
maintainers
51
license
ISC
first publish
2023-09-28
publisher
panyuqi
tarball
69,233 B
AUTO-PUBLISHED·1 version indexed·latest published 2023-09-28
// 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.0.1· no static-pattern hits
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @0.0.1··AUTO-PUBLISHED·publisher: panyuqiheuristic 75/100static flags 0llm benign (0.85) via ollamafirst-version-of-packageosv-flagged:MAL-2026-3966
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/g-webgl-compute", "version": "0.0.1", "description": "", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": true, "files": [ "dist", "lib", "es", "README.md" ], "unpkg": "dist/gwebgpu.js", "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", "@antv/g-webgpu-engine": "^0.7.2", "gl-matrix": "^3.1.0", "gl-vec2": "^1.3.0", "lodash": "^4.17.15" }, "devDependencies": { "@types/gl-matrix": "^2.4.5", "@types/hammerjs": "^2.0.36", "@types/lodash": "^4.14.138" }, "publishCo --- index.js (entry) --- "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "Kernel", { enumerable: true, get: function get() { return _Kernel.Kernel; } }); Object.defineProperty(exports, "World", { enumerable: true, get: function get() { return _World.World; } }); var _Kernel = require("./Kernel"); var _World = require("./World"); //# sourceMappingURL=index.js.map
