// npm package
@antv/f2-algorithm
F2 algorithm extension
versions
23
maintainers
51
license
MIT
first publish
2023-09-05
publisher
zengyue
tarball
20,247 B
AUTO-PUBLISHED·1 version indexed·latest published 2024-10-09
// publisher campaignby zengyue
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· @5.7.0· no static-pattern hits
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @5.7.0··AUTO-PUBLISHED·publisher: zengyueheuristic 75/100static flags 0llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-3890
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/f2-algorithm", "version": "5.7.0", "description": "F2 algorithm extension", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "sideEffects": false, "keywords": [ "antv", "f2", "chart", "charts", "mobile", "visualization", "react", "sample" ], "dependencies": { "@antv/util": "^3.0.6", "@babel/runtime": "^7.12.5", "tslib": "^2.3.1" }, "devDependencies": { "@antv/f-test-utils": "^1.0.1", "jest-mock-random": "~1.1.1" }, "homepage": "https://f2.antv.vision/zh/", "author": "https://github.com/orgs/antvis/people", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/antvis/f2" }, "bugs": { "url": "https://github.com/antvis/f2/issues" }, "gitHead": "534bc11733c8525d92a0bcb8163619b2d17061d2" } --- index.js (entry) --- "use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "lttbDownSample", { enumerable: true, get: function get() { return _lttbDownSample.default; } }); Object.defineProperty(exports, "rateDownSample", { enumerable: true, get: function get() { return _rateDownSample.default; } }); var _lttbDownSample = _interopRequireDefault(require("./lttbDownSample")); var _rateDownSample = _interopRequireDefault(require("./rateDownSample"));
