// npm 패키지
@antv/g-webgpu-engine
* implements render engine's interface with WebGPU/WebGL
버전
23
메인테이너
51
라이선스
ISC
최초 publish
2020-06-04
publisher
panyuqi
tarball
282,165 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2022-11-29
// publisher 캠페인by panyuqi
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @0.7.2· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 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
→ 의심 전송지 없음, 원격 실행 형태 없음 — 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
