BEACON

← candidates

npm posthog-js @1.406.0

score
0.7 high
flagged 2026-07-21 12:30
signals by category
cadence 1 topology 1

maintainers added:

package profile →

Signals fired

signalweightrationale
cadence
rapid_release 0.8 5 versions in last 24h: ['1.405.0', '1.405.1', '1.405.2', '1.405.3', '1.406.0']
topology
dependency_added_unknown 0.6 1 new non-watchlisted dep(s): ['@posthog/browser-common']

Prior profile (what it deviated from)

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

Evidence (package doc at flag time)

{
  "dependencies_count": 9,
  "dist": {
    "integrity": "sha512-+va/MRu7Ed4jrEOerkqwQQhv/H2zaorjQxbpxmEFgaMN3M6e9DM3of3pS/fheNYYTnDKsqb4OOYuS0cJMG5NyQ==",
    "tarball": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.406.0.tgz",
    "unpackedSize": 39628715
  },
  "dist-tags": {
    "alpha": "1.236.8-alpha.0",
    "beta": "1.8.0-beta.1",
    "latest": "1.406.0",
    "previous": "1.297.4"
  },
  "latest_version": "1.406.0",
  "maintainers": [
    {
      "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": "gustavo@posthog.com",
      "name": "gustavostrassburger"
    },
    {
      "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": 1261,
  "repository": {
    "type": "git",
    "url": "https://github.com/PostHog/posthog-js"
  },
  "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": {
    "dependency_added_unknown": "1 new non-watchlisted dep(s): ['@posthog/browser-common']",
    "rapid_release": "5 versions in last 24h: ['1.405.0', '1.405.1', '1.405.2', '1.405.3', '1.406.0']"
  },
  "time": {
    "created": "2020-02-20T02:44:55.768Z",
    "modified": "2026-07-21T17:29:56.587Z"
  }
}