BEACON

← candidates

npm @arthurka/eslint @4.0.0

score
0.6198 med
flagged 2026-07-26 18:37
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
dormant_burst 1.0 dormant 984d (prev 3.15.4), then 4.0.0 just published
topology
no_repo 0.3 package.json has no repository field

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "arthurka"
  ],
  "versions": 69
}

Evidence (package doc at flag time)

{
  "dependencies_count": 13,
  "dist": {
    "integrity": "sha512-9iSryqnZ0XTIJVGlYHSsdLz1W1Ub9ORkzk3a4+HDTQ5iQXdOJHfxZnRQQGt3KG7r1muLExNxNpqjWCvfnxe6wg==",
    "tarball": "https://registry.npmjs.org/@arthurka/eslint/-/eslint-4.0.0.tgz",
    "unpackedSize": 1189672
  },
  "dist-tags": {
    "latest": "4.0.0"
  },
  "latest_version": "4.0.0",
  "maintainers": [
    {
      "email": "arthur.katruk@gmail.com",
      "name": "arthurka"
    }
  ],
  "num_versions": 69,
  "repository": null,
  "scripts": {
    "build": "npm run start-checks && npm run typegen && rm -rf ./dist && npm run build:js && npm run build:types",
    "build:js": "npm run start-checks && node scripts/build.js",
    "build:types": "npm run start-checks && tsc -p tsconfig.esm.json --emitDeclarationOnly && tsc -p tsconfig.cjs.json --emitDeclarationOnly && node scripts/copy-build-files.js",
    "dev": "npm run start-checks && nodemon -e js,cjs,ts -w src -w scripts -w helpers --ignore \"src/**/*.test.ts\" -x \"npm run build\"",
    "preinstall": "node helpers/modify-node-modules/index.cjs && npm run start-checks",
    "prepare": "node -e \"try { require('husky').install(); } catch(e) { if(e.code !== 'MODULE_NOT_FOUND') throw e; }\"",
    "prune": "rm -rf node_modules && npm run prune:sub",
    "prune:sub": "rm -rf packages/*/node_modules",
    "start-checks": "node helpers/start-checks.cjs && node helpers/check-package-versions.cjs && node helpers/modify-node-modules/index.cjs --check",
    "test": "npm run start-checks && npm run test:watch -- run",
    "test:watch": "npm run start-checks && vitest",
    "ts": "tsc",
    "ts:watch": "npm run ts -- --watch",
    "typegen": "npm run start-checks && node scripts/generate-rule-types.js"
  },
  "signal_details": {
    "dormant_burst": "dormant 984d (prev 3.15.4), then 4.0.0 just published",
    "no_repo": "package.json has no repository field"
  },
  "time": {
    "created": "2021-07-09T22:03:26.092Z",
    "modified": "2026-07-26T23:27:28.716Z"
  }
}