// npm package
@antv/g-css-typed-om-api
A simple implementation of CSS Typed OM API.
weekly
555
monthly
847
versions
38
maintainers
51
license
MIT
first publish
2022-09-15
publisher
panyuqi
tarball
2,385 B
AUTO-PUBLISHED·1 version indexed·latest published 2023-05-24
// 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· @1.0.38· 1 file flagged
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 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
→ No suspicious destination, no remote-exec shape — 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(){}));
