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