BEACON

← candidates

npm posthog-js @1.390.1

score
0.85 high
flagged 2026-06-17 13:46
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 7 versions in last 24h: ['1.388.2', '1.389.0', '1.389.1', '1.390.0', '1.390.1']
topology
shared_repo_different_publisher 0.9 repo 'git+https://github.com/PostHog/posthog-js.git' also claimed by 10 package(s) under different publishers: ['npm/posthog-react-native', 'npm/@posthog/rollup-plugin', 'npm/posthog-js-lite'] ...

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "watilo",
    "twixes",
    "fuziontech",
    "mariusandra",
    "ben-posthog",
    "timgl",
    "rafael_posthog",
    "fraserhopper",
    "manoelposthog",
    "robbie-c",
    "dustinbyrne",
    "feliperalmeida",
    "lucasheriques",
    "frankposthog",
    "tom-posthog",
    "adamleithp",
    "cat-ph",
    "sarahxsanders",
    "peterkirkhamposthog",
    "ioannisj",
    "joshuasnyder",
    "huguespouillot"
  ],
  "versions": 1198
}

Evidence (package doc at flag time)

{
  "dependencies_count": 8,
  "dist": {
    "integrity": "sha512-tcVbSBOFTsiz5//F4QFbqPNRRhW4LlUvv7jhW/L6IYil22VBeiaPDCmmTbQd9+w2nVW3NU2CDxdXklejYeLa/A==",
    "tarball": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.390.1.tgz",
    "unpackedSize": 39492259
  },
  "dist-tags": {
    "alpha": "1.236.8-alpha.0",
    "beta": "1.8.0-beta.1",
    "latest": "1.390.1",
    "previous": "1.297.4"
  },
  "latest_version": "1.390.1",
  "maintainers": [
    {
      "email": "corywatilo@gmail.com",
      "name": "watilo"
    },
    {
      "email": "dev@twixes.com",
      "name": "twixes"
    },
    {
      "email": "fuziontech@gmail.com",
      "name": "fuziontech"
    },
    {
      "email": "marius.andra@gmail.com",
      "name": "mariusandra"
    },
    {
      "email": "ben@posthog.com",
      "name": "ben-posthog"
    },
    {
      "email": "tim@posthog.com",
      "name": "timgl"
    },
    {
      "email": "rafael@posthog.com",
      "name": "rafael_posthog"
    },
    {
      "email": "fraser@posthog.com",
      "name": "fraserhopper"
    },
    {
      "email": "manoel@posthog.com",
      "name": "manoelposthog"
    },
    {
      "email": "robbie.coomber@gmail.com",
      "name": "robbie-c"
    },
    {
      "email": "dustinsbyrne@gmail.com",
      "name": "dustinbyrne"
    },
    {
      "email": "feliperalmeida@gmail.com",
      "name": "feliperalmeida"
    },
    {
      "email": "lucasheriques@gmail.com",
      "name": "lucasheriques"
    },
    {
      "email": "frank@posthog.com",
      "name": "frankposthog"
    },
    {
      "email": "tom.p@posthog.com",
      "name": "tom-posthog"
    },
    {
      "email": "adamleithp@gmail.com",
      "name": "adamleithp"
    },
    {
      "email": "catalin.i@posthog.com",
      "name": "cat-ph"
    },
    {
      "email": "sasanders26@gmail.com",
      "name": "sarahxsanders"
    },
    {
      "email": "peter@posthog.com",
      "name": "peterkirkhamposthog"
    },
    {
      "email": "yiannis@posthog.com",
      "name": "ioannisj"
    },
    {
      "email": "joshua@timenavi.com",
      "name": "joshuasnyder"
    },
    {
      "email": "hpouillot@gmail.com",
      "name": "huguespouillot"
    }
  ],
  "num_versions": 1200,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PostHog/posthog-js.git"
  },
  "scripts": {
    "build": "tsc -b && rollup -c",
    "check-react": "[ -d 'react/dist' ] || { echo '@posthog/react has not been built'; exit 1; }",
    "check-testcafe-results": "ts-node testcafe/check-testcafe-results.js",
    "clean": "rimraf lib dist react/dist",
    "deprecate-old-versions": "node scripts/deprecate-old-versions.mjs",
    "dev": "tsc -b && NODE_OPTIONS=\"--max-old-space-size=8192\" rollup -cw",
    "generate-references": "pnpm exec api-extractor run --config ./api-extractor.json --local && node scripts/generate-docs.js",
    "lint": "eslint src && eslint playwright",
    "lint:fix": "eslint src --fix && eslint playwright --fix",
    "package": "pnpm pack --out $PACKAGE_DEST/%s.tgz",
    "playwright": "pnpm exec playwright test --project webkit --project firefox --project chromium",
    "playwright-ui": "pnpm exec playwright test --ui --project webkit --project firefox --project chromium",
    "playwright-webserver": "npx http-server ./ -p 2345",
    "playwright:compat": "pnpm exec playwright test --config playwright.config.compat.ts",
    "playwright:integration": "pnpm exec playwright test --config playwright.config.integration.ts --project webkit --project firefox --project chromium",
    "playwright:surveys": "pnpm exec playwright test packages/browser/playwright/mocked/surveys/* --project webkit --project firefox --project chromium",
    "playwright:surveys:ui": "pnpm exec playwright test packages/browser/playwright/mocked/surveys/* --ui --project webkit --project firefox --project chromium",
    "playwright:tours:ui": "pnpm exec playwright test packages/browser/playwright/mocked/product-tours/* --ui --project webkit --project firefox --project chromium",
    "postbuild": "node scripts/strip-lib-package-json.js && node scripts/check-mangled-property-consistency.js && node scripts/copy-rrweb-worker-maps.js",
    "prettier": "prettier --write src/ functional_tests/ playwright/",
    "prettier:check": "prettier --check src/ functional_tests/ playwright/",
    "run-testcafe-localhost": "node scripts/run-testcafe-localhost.mjs",
    "start": "pnpm build-react && NODE_OPTIONS=\"--max-old-space-size=8192\" pnpm build-rollup -w",
    "test": "pnpm test:unit && pnpm test:functional",
    "test-watch": "jest --watch src",
    "test:functional": "jest functional_tests",
    "test:typecheck": "cd src/__tests__ && tsc --noEmit --project tsconfig.json",
    "test:unit": "jest src",
    "test:unit:surveys": "jest '.*survey.*.test.'",
    "test:unit:tours": "jest '.*tours.*.test.'",
    "typecheck": "tsc --noEmit --project tsconfig.json",
    "write-mangled-property-names": "WRITE_MANGLED_PROPERTIES=1 pnpm build"
  },
  "signal_details": {
    "rapid_release": "7 versions in last 24h: ['1.388.2', '1.389.0', '1.389.1', '1.390.0', '1.390.1']",
    "shared_repo_different_publisher": "repo 'git+https://github.com/PostHog/posthog-js.git' also claimed by 10 package(s) under different publishers: ['npm/posthog-react-native', 'npm/@posthog/rollup-plugin', 'npm/posthog-js-lite'] ..."
  },
  "time": {
    "created": "2020-02-20T02:44:55.768Z",
    "modified": "2026-06-17T18:46:42.886Z"
  }
}