BEACON

← candidates

npm @kong-ui-public/sandbox-layout @2.4.21

score
0.7 high
flagged 2026-06-17 10:32
signals by category
topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
dist_tag_anomaly 0.5 dist-tags.latest=2.4.21 but max published is 2.4.22-pr.3447.1bfd50f79.0
shared_repo_different_publisher 0.9 repo 'git+https://github.com/Kong/public-ui-components.git' also claimed by 10 package(s) under different publishers: ['npm/@kong-ui-public/analytics-geo-map', 'npm/@kong-ui-public/forms', 'npm/@kong-ui-public/dashboard-renderer'] ...

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "konginc"
  ],
  "versions": 413
}

Evidence (package doc at flag time)

{
  "dependencies_count": 1,
  "dist": {
    "integrity": "sha512-QYwFO6hS6RuIyBiybcZzocKVFd5I2y46TgNh6uT7dko2c8D9UFbLiGhwJoNa1B0LxVHAv5JYkRAYbWEYjGKcvw==",
    "tarball": "https://registry.npmjs.org/@kong-ui-public/sandbox-layout/-/sandbox-layout-2.4.21.tgz",
    "unpackedSize": 37328
  },
  "dist-tags": {
    "latest": "2.4.21",
    "pr-1436": "2.1.7-pr.1436.ce65d8fa.0",
    "pr-2114": "2.1.75-pr.2114.d6a8378f0.0",
    "pr-2584": "2.4.15-pr.2584.a5c651afd.0",
    "pr-2755": "2.4.5-pr.2755.4df3622f7.0",
    "pr-2790": "2.3.18-pr.2790.95b70759b.0",
    "pr-2791": "2.3.27-pr.2791.6bd229fa9.0",
    "pr-2843": "2.3.27-pr.2843.8d65ebc6b.0",
    "pr-2868": "2.3.27-pr.2868.72b8932d4.0",
    "pr-2895": "2.3.27-pr.2895.95d162690.0",
    "pr-2914": "2.3.27-pr.2914.5fb0a6127.0",
    "pr-2959": "2.4.3-pr.2959.76b11780d.0",
    "pr-2999": "2.4.8-pr.2999.549ae2ba3.0",
    "pr-3002": "2.3.27-pr.3002.00ff255dc.0",
    "pr-3007": "2.4.5-pr.3007.40e7674a8.0",
    "pr-3014": "2.4.2-pr.3014.157734202.0",
    "pr-3034": "2.4.5-pr.3034.be0fa44a9.0",
    "pr-3036": "2.4.5-pr.3036.ecbe0b9f1.0",
    "pr-3045": "2.4.4-pr.3045.e93bdf833.0",
    "pr-3054": "2.4.4-pr.3054.c6b7bee29.0",
    "pr-3056": "2.4.5-pr.3056.379d5f1ec.0",
    "pr-3058": "2.4.5-pr.3058.4140c5ed7.0",
    "pr-3128": "2.4.11-pr.3128.af75c83ac.0",
    "pr-3137": "2.4.6-pr.3137.c17e3d1ef.0",
    "pr-3139": "2.4.5-pr.3139.c86316552.0",
    "pr-3144": "2.4.6-pr.3144.50b846e73.0",
    "pr-3198": "2.4.11-pr.3198.1a25777f3.0",
    "pr-3199": "2.4.11-pr.3199.3f90308b0.0",
    "pr-3201": "2.4.11-pr.3201.98187a0e3.0",
    "pr-3220": "2.4.13-pr.3220.49b73047c.0",
    "pr-3258": "2.4.14-pr.3258.42f640c28.0",
    "pr-3259": "2.4.15-pr.3259.afc8c0143.0",
    "pr-3266": "2.4.14-pr.3266.56a9996c7.0",
    "pr-3267": "2.4.13-pr.3267.130193402.0",
    "pr-3272": "2.4.14-pr.3272.a0b28be69.0",
    "pr-3399": "2.4.18-pr.3399.1df23b327.0",
    "pr-3447": "2.4.22-pr.3447.fdf66d7b4.0",
    "pr-3450": "2.4.18-pr.3450.30831860c.0"
  },
  "latest_version": "2.4.21",
  "maintainers": [
    {
      "email": "npm@konghq.com",
      "name": "konginc"
    }
  ],
  "num_versions": 414,
  "repository": {
    "directory": "packages/core/sandbox-layout",
    "type": "git",
    "url": "git+https://github.com/Kong/public-ui-components.git"
  },
  "scripts": {
    "build": "run-s typecheck build:package build:types",
    "build:analyzer": "BUILD_VISUALIZER='core/sandbox-layout' vite build -m production",
    "build:package": "vite build -m production",
    "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
    "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
    "dev": "cross-env USE_SANDBOX=true vite",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "preview": "cross-env USE_SANDBOX=true vite preview",
    "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}'",
    "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}' --fix",
    "test:component": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress run --component -b chrome --spec './src/**/*.cy.ts' --project '../../../.'",
    "test:component:open": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress open --component -b chrome --project '../../../.'",
    "test:unit": "cross-env FORCE_COLOR=1 vitest run",
    "test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui",
    "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=2.4.21 but max published is 2.4.22-pr.3447.1bfd50f79.0",
    "shared_repo_different_publisher": "repo 'git+https://github.com/Kong/public-ui-components.git' also claimed by 10 package(s) under different publishers: ['npm/@kong-ui-public/analytics-geo-map', 'npm/@kong-ui-public/forms', 'npm/@kong-ui-public/dashboard-renderer'] ..."
  },
  "time": {
    "created": "2023-10-24T13:21:41.243Z",
    "modified": "2026-06-17T15:32:01.063Z"
  }
}