// npm 패키지
@antv/g2-extension-ava
The auto and insight marks for @antv/g2, powered by @antv/ava.
버전
4
메인테이너
51
최초 publish
2023-10-25
publisher
laixingui.lxg
tarball
49,701 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2023-11-20
// offending code· @0.2.0-beta.1· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @0.2.0-beta.1··AUTO-PUBLISHED·publisher: laixingui.lxgheuristic 75/100static flags 1llm benign (0.85) via ollamatarball-size-jump:6xosv-flagged:MAL-2026-3976public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "@antv/g2-extension-ava", "version": "0.2.0-beta.1", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "files": [ "lib", "esm", "src", "README.md" ], "scripts": { "dev": "vite", "fix": "prettier --write src __tests__", "test": "npm run test:unit && npm run test:format", "test:unit": "vitest --watch=false", "test:format": "prettier --check src __tests__", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*" }, "dependencies": { "@antv/ava": "3.3.0-beta.5", "@antv/util": "^3.3.5" }, "peerDependencies": { "@antv/g2": "^5.1.5" }, "devDependencies": { "@antv/g2": "^5.1.5", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", "rimraf": "^5.0.5", "typescript": "^5.2.2", "vite": "^4.3.9", "vitest": "^0.34.2" }, "repository": "https://github.com/antvis/g2-extensions.git" } --- package.json (entry) --- { "name": "@antv/g2-extension-ava", "version": "0.2.0-beta.1", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "files": [ "lib", "esm", "src", "README.md" ], "scripts": { "dev": "vite", "fix": "prettier --write src __tests__", "test": "npm run test:unit && npm run test:format", "test:unit": "vitest --watch=false", "test:format": "prettier --check src __tests__", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*" }, "dependencies": { "@antv/ava": "3.3.0-beta.5", "@antv/util": "^3.3.5" }, "peerDependencies": { "@antv/g2": "^5.1.5" }, "devDependencies": { "@antv/g2": "^5.1.5", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", "rimraf": "^5.0.5", "typescript": "^5.2.2", "vite": "^4.3.9", "vitest": "^0.34.2" }, "repository": "https://github.com/antvis/g2-extensions.git" } --- index.js (entry) --- "use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.autolib = void 0; const auto_1 = require("./auto"); const insights_1 = require("./insights"); function autolib() { return { "mark.auto": auto_1.Auto, "mark.insight": insights_1.Insight, "mark.timeSeriesOutlier": insights_1.TimeSeriesOutlier, "mark.trend": insights_1.Trend, // 相关性需要 ava 侧增加回归线后再导出 // "mark.correlation": Correlation, "mark.changePoint": insights_1.ChangePoin
