// npm 패키지
@antv/g-css-typed-om-api
A simple implementation of CSS Typed OM API.
주간
555
월간
847
버전
38
메인테이너
51
라이선스
MIT
최초 publish
2022-09-15
publisher
panyuqi
tarball
2,385 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2023-05-24
// publisher 캠페인by panyuqi
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.0.38· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 2 known-vendor host(s).
- @1.0.38··AUTO-PUBLISHED·publisher: panyuqiheuristic 75/100static flags 1llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-3916public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 2 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "@antv/g-css-typed-om-api", "version": "1.0.38", "description": "A simple implementation of CSS Typed OM API.", "keywords": [ "antv", "g", "rendering engine" ], "homepage": "https://github.com/antvis/g#readme", "bugs": { "url": "https://github.com/antvis/g/issues" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/g.git" }, "license": "MIT", "author": "https://github.com/orgs/antvis/people", "sideEffects": true, "main": "dist/index.js", "unpkg": "dist/index.umd.min.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "package.json", "dist", "LICENSE", "README.md" ], "scripts": { "sync": "tnpm sync" }, "peerDependencies": { "@antv/g-lite": "^1.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52" } --- package.json (entry) --- { "name": "@antv/g-css-typed-om-api", "version": "1.0.38", "description": "A simple implementation of CSS Typed OM API.", "keywords": [ "antv", "g", "rendering engine" ], "homepage": "https://github.com/antvis/g#readme", "bugs": { "url": "https://github.com/antvis/g/issues" }, "repository": { "type": "git", "url": "git+https://github.com/antvis/g.git" }, "license": "MIT", "author": "https://github.com/orgs/antvis/people", "sideEffects": true, "main": "dist/index.js", "unpkg": "dist/index.umd.min.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "package.json", "dist", "LICENSE", "README.md" ], "scripts": { "sync": "tnpm sync" }, "peerDependencies": { "@antv/g-lite": "^1.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "53932c66ed9f2cbc28993e1e359c8df27703fc52" } --- index.js (entry) --- 'use strict'; --- bundled output (OSV-MAL flagged — LLM scope expansion) --- --- dist/index.d.ts (bundled) --- export {}; //# sourceMappingURL=index.d.ts.map --- dist/index.esm.js (bundled) --- --- dist/index.js (bundled) --- 'use strict'; --- dist/index.umd.js (bundled) --- (function (factory) { typeof define === 'function' && define.amd ? define(factory) : factory(); }((function () { 'use strict'; }))); --- dist/index.umd.min.js (bundled) --- !function(n){"function"==typeof define&&define.amd?define(n):n()}((function(){}));
