BEACON

← candidates

npm @visactor/vchart @2.0.22

score
0.7 high
flagged 2026-06-15 02:42
signals by category
topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
dist_tag_anomaly 0.5 dist-tags.latest=2.0.22 but max published is 2.1.0-alpha.0
shared_repo_different_publisher 0.9 repo 'git+https://github.com/VisActor/VChart.git' also claimed by 9 package(s) under different publishers: ['npm/@visactor/wx-vchart', 'npm/@visactor/lark-vchart', 'npm/@visactor/openinula-vchart'] ...

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "liufangfang",
    "visactorowner",
    "xuanhun",
    "zamhown",
    "chensiji.0517",
    "youngwinds",
    "purpose233",
    "ssfxz",
    "lixuefei.1313",
    "ray_sun",
    "xiaoluohe",
    "simaq",
    "xile611",
    "da730",
    "zhouxinyu66888",
    "zexian_chen"
  ],
  "versions": 626
}

Evidence (package doc at flag time)

{
  "dependencies_count": 9,
  "dist": {
    "integrity": "sha512-37jw5tSUMOoSvo8dfx0tMUougpsMMRG8IO+TC5QMZpWEb7rx/3HTBYPAeHPFdSTDkNE2CdwFKmuE+cn9tCjPfA==",
    "tarball": "https://registry.npmjs.org/@visactor/vchart/-/vchart-2.0.22.tgz",
    "unpackedSize": 31186142
  },
  "dist-tags": {
    "alpha": "2.1.0-alpha.16",
    "beta": "1.10.6-beta.3",
    "hotfix": "1.13.27",
    "latest": "2.0.22",
    "vstory": "1.13.5-vstory.3"
  },
  "latest_version": "2.0.22",
  "maintainers": [
    {
      "email": "892739385@qq.com",
      "name": "liufangfang"
    },
    {
      "email": "717532978@qq.com",
      "name": "visactorowner"
    },
    {
      "email": "xuanhun521@126.com",
      "name": "xuanhun"
    },
    {
      "email": "zamhown@live.com",
      "name": "zamhown"
    },
    {
      "email": "sijichen.idvx@gmail.com",
      "name": "chensiji.0517"
    },
    {
      "email": "75987901@qq.com",
      "name": "youngwinds"
    },
    {
      "email": "zhangsu.melon@gmail.com",
      "name": "purpose233"
    },
    {
      "email": "lyssfxz@126.com",
      "name": "ssfxz"
    },
    {
      "email": "lixuef1313@qq.com",
      "name": "lixuefei.1313"
    },
    {
      "email": "sunrui1992@foxmail.com",
      "name": "ray_sun"
    },
    {
      "email": "sevnape@outlook.com",
      "name": "xiaoluohe"
    },
    {
      "email": "sima.zhang1990@gmail.com",
      "name": "simaq"
    },
    {
      "email": "327197681@qq.com",
      "name": "xile611"
    },
    {
      "email": "sduchd@gmail.com",
      "name": "da730"
    },
    {
      "email": "zhouxinyu66888@gmail.com",
      "name": "zhouxinyu66888"
    },
    {
      "email": "952370295@qq.com",
      "name": "zexian_chen"
    }
  ],
  "num_versions": 626,
  "repository": {
    "directory": "packages/vchart",
    "type": "git",
    "url": "git+https://github.com/VisActor/VChart.git"
  },
  "scripts": {
    "analyze": "npm run analyze-full && npm run analyze-line && npm run analyze-simple",
    "analyze-empty": "cross-env BUNDLE_ANALYZE='empty' DEBUG='Bundler*' bundle -f umd",
    "analyze-full": "cross-env BUNDLE_ANALYZE='full' DEBUG='Bundler*' bundle -f umd ",
    "analyze-pie": "cross-env BUNDLE_ANALYZE='pie' DEBUG='Bundler*' bundle -f umd",
    "analyze-simple": "cross-env BUNDLE_ANALYZE='simple' DEBUG='Bundler*' bundle -f umd",
    "build": "cross-env DEBUG='Bundler*' bundle --clean && npm run build:schema && npm run build:types && npm run build:es5",
    "build:cjs": "cross-env DEBUG='Bundler*' IGNORE_ENTRIES='true' bundle --clean -f cjs --ignorePostTasks --ignoreUmdEntries",
    "build:es": "cross-env DEBUG='Bundler*' IGNORE_ENTRIES='true'  bundle --clean -f es --ignorePostTasks",
    "build:es5": "rimraf lib && rollup -c --bundleConfigAsCjs",
    "build:schema": "schema src/typings/spec/chart.ts ISpec --useTypeOfKeyword --ignoreErrors --required > ../vchart-schema/vchart.json",
    "build:spec-types": "rimraf ./spec-types && tsc -p ./tsconfig.spec.json --declaration --emitDeclarationOnly --outDir ./spec-types",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir ../vchart-types/types",
    "build:umd": "cross-env DEBUG='Bundler*' IGNORE_ENTRIES='true' bundle -f umd",
    "ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts",
    "clear": "rimraf build && rimraf esm && rimraf cjs",
    "compile": "tsc --noEmit",
    "dev": "cross-env DEBUG='Bundler*' bundle --clean -f es -w",
    "eslint": "eslint --debug --fix src/",
    "eslint:check": "eslint .",
    "eslint:err": "eslint . --quiet",
    "prettier": "prettier --write --ignore-unknown .",
    "prettier:check": "prettier --check .",
    "size": "size-limit",
    "start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser",
    "test": "jest",
    "test-cov": "jest -w 16 --coverage",
    "test-live": "npm run test-watch __tests__/unit",
    "test-watch": "cross-env DEBUG_MODE=1 jest --watch"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=2.0.22 but max published is 2.1.0-alpha.0",
    "shared_repo_different_publisher": "repo 'git+https://github.com/VisActor/VChart.git' also claimed by 9 package(s) under different publishers: ['npm/@visactor/wx-vchart', 'npm/@visactor/lark-vchart', 'npm/@visactor/openinula-vchart'] ..."
  },
  "time": {
    "created": "2023-06-06T09:37:30.573Z",
    "modified": "2026-06-11T10:22:39.859Z"
  }
}