BEACON

← candidates

npm n8n @2.31.5

score
0.7333 high
flagged 2026-07-22 10:11
signals by category
cadence 1 topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 4 versions in last 24h: ['2.32.1', '1.123.67', '2.31.5', '2.32.2']
topology
dist_tag_anomaly 0.5 dist-tags.latest=2.31.5 but max published is 2.32.2
shared_repo_different_publisher 0.9 repo 'git+https://github.com/n8n-io/n8n.git' also claimed by 10 package(s) under different publishers: ['npm/@n8n/typeorm', 'npm/@n8n/constants', 'npm/@n8n/vitest-config'] ...

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "jan_n8n_io",
    "n8n-matsuuu",
    "cornelius_n8n_io",
    "tomin8n"
  ],
  "versions": 1085
}

Evidence (package doc at flag time)

{
  "dependencies_count": 153,
  "dist": {
    "integrity": "sha512-vdznK9EUOrqkD9Qzn1JByP3Rc852hAYfmSqEnbIKzuyPrWpAsAHo/X61HHZVYp3nymWBAVGqlndZYnRxLRi8XQ==",
    "tarball": "https://registry.npmjs.org/n8n/-/n8n-2.31.5.tgz",
    "unpackedSize": 27388520
  },
  "dist-tags": {
    "beta": "2.32.1",
    "latest": "2.31.5",
    "next": "2.32.1",
    "rc": "2.32.2",
    "stable": "2.31.5"
  },
  "latest_version": "2.31.5",
  "maintainers": [
    {
      "email": "jan@n8n.io",
      "name": "jan_n8n_io"
    },
    {
      "email": "matias.huhta@n8n.io",
      "name": "n8n-matsuuu"
    },
    {
      "email": "cornelius@n8n.io",
      "name": "cornelius_n8n_io"
    },
    {
      "email": "tomi+npm@n8n.io",
      "name": "tomin8n"
    }
  ],
  "num_versions": 1085,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/n8n-io/n8n.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && pnpm run build:data && pnpm run build:agent-library",
    "build:agent-library": "node scripts/bundle-agent-library.mjs",
    "build:data": "node scripts/build.mjs",
    "build:unchecked": "tsc -p tsconfig.build.json --noCheck && tsc-alias -p tsconfig.build.json && pnpm run build:data && pnpm run build:agent-library",
    "buildAndDev": "pnpm run build && pnpm run dev",
    "clean": "rimraf dist .turbo",
    "dev": "concurrently -k -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold\" \"npm run watch\" \"nodemon --delay 1\"",
    "dev:webhook": "concurrently -k -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold\" \"npm run watch\" \"nodemon webhook\"",
    "dev:worker": "concurrently -k -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold\" \"npm run watch\" \"nodemon worker\"",
    "format": "biome format --write .",
    "format:check": "biome ci .",
    "lint": "eslint . --quiet",
    "lint:fix": "eslint . --fix",
    "recording:export": "node scripts/agent-integration-recordings.mjs",
    "recording:list": "node scripts/agent-integration-recordings.mjs --list",
    "start": "node ../../scripts/os-normalize.mjs --dir bin n8n",
    "test": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest run",
    "test:dev": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest --silent=false",
    "test:dev:win": "set N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& vitest --silent=false",
    "test:integration": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest run --config vitest.config.integration.ts",
    "test:integration:changed": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite janitor test-scoped -- --config vitest.config.integration.ts",
    "test:mariadb": "echo true",
    "test:mariadb:win": "echo true",
    "test:postgres": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ vitest run --config vitest.config.integration.ts",
    "test:postgres:integration:tc": "N8N_LOG_LEVEL=silent vitest run --config vitest.config.integration.testcontainers.ts",
    "test:postgres:migrations": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ vitest run --config vitest.config.migration.ts --coverage.enabled=false",
    "test:postgres:migrations:tc": "N8N_LOG_LEVEL=silent DB_TYPE=postgresdb DB_POSTGRESDB_SCHEMA=alt_schema DB_TABLE_PREFIX=test_ vitest run --config vitest.config.migration.testcontainers.ts --coverage.enabled=false",
    "test:postgres:tc": "N8N_LOG_LEVEL=silent vitest run --config vitest.config.integration.testcontainers.ts",
    "test:postgres:win": "set N8N_LOG_LEVEL=silent&& set DB_TYPE=postgresdb&& set DB_POSTGRESDB_SCHEMA=alt_schema&& set DB_TABLE_PREFIX=test_&& vitest run --config vitest.config.integration.ts",
    "test:sqlite": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest run --config vitest.config.integration.ts",
    "test:sqlite:migrations": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest run --config vitest.config.migration.ts --coverage.enabled=false",
    "test:sqlite:migrations:tc": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest run --config vitest.config.migration.testcontainers.ts --coverage.enabled=false",
    "test:sqlite:win": "set N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& vitest run --config vitest.config.integration.ts",
    "test:unit": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite vitest run",
    "test:unit:changed": "N8N_LOG_LEVEL=silent DB_SQLITE_POOL_SIZE=4 DB_TYPE=sqlite janitor test-scoped",
    "test:win": "set N8N_LOG_LEVEL=silent&& set DB_SQLITE_POOL_SIZE=4&& set DB_TYPE=sqlite&& vitest run",
    "typecheck": "tsc --noEmit",
    "watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\""
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=2.31.5 but max published is 2.32.2",
    "rapid_release": "4 versions in last 24h: ['2.32.1', '1.123.67', '2.31.5', '2.32.2']",
    "shared_repo_different_publisher": "repo 'git+https://github.com/n8n-io/n8n.git' also claimed by 10 package(s) under different publishers: ['npm/@n8n/typeorm', 'npm/@n8n/constants', 'npm/@n8n/vitest-config'] ..."
  },
  "time": {
    "created": "2019-04-24T23:48:19.822Z",
    "modified": "2026-07-22T14:43:52.170Z"
  }
}