BEACON

← candidates

npm @tryghost/signup-form @0.3.28

score
0.712 high
flagged 2026-06-22 14:37
signals by category
topology 2

maintainers added:

package profile →

Signals fired

signalweightrationale
topology
shared_repo_different_publisher 0.9 repo 'https://github.com/TryGhost/Ghost' also claimed by 3 package(s) under different publishers: ['npm/@tryghost/admin-toolbar', 'npm/@tryghost/comments-ui', 'npm/@tryghost/portal']
repository_url_changed 0.7 'git+https://github.com/TryGhost/Ghost.git' -> 'https://github.com/TryGhost/Ghost'

Prior profile (what it deviated from)

{
  "had_install_script": false,
  "maintainers": [
    "zimoatghost",
    "allouis",
    "kernalghost",
    "chrisraible",
    "erisds",
    "johnonolan",
    "kevinansfield",
    "cobbspur",
    "aileencgn",
    "jloh",
    "minimaluminium",
    "sam-lord",
    "pauladamdavis",
    "bobvaneck",
    "joeegrigg",
    "hadret",
    "jonhickman",
    "erik-ghost",
    "sagzy",
    "vershwal",
    "mike182uk",
    "luissazevedo",
    "lsinger",
    "nickmoreton",
    "renatoworks",
    "rblstr-ghost",
    "evanhahn-ghost",
    "weylandswart",
    "ghost-slimer",
    "tmciesco",
    "jonatan-ghost",
    "9larsons"
  ],
  "versions": 42
}

Evidence (package doc at flag time)

{
  "dependencies_count": 3,
  "dist": {
    "integrity": "sha512-J5B5SiysmXN4BpHu7bWeP7tBQeoARYtbFiCS7/Hno4x5GuuGDhtCsX6H1fxYnT7Df8PXj6NjbA8c3T82Zzwyow==",
    "tarball": "https://registry.npmjs.org/@tryghost/signup-form/-/signup-form-0.3.28.tgz",
    "unpackedSize": 1005783
  },
  "dist-tags": {
    "latest": "0.3.28"
  },
  "latest_version": "0.3.28",
  "maintainers": [
    {
      "email": "zimo@ghost.org",
      "name": "zimoatghost"
    },
    {
      "email": "fabien@allou.is",
      "name": "allouis"
    },
    {
      "email": "matthew@ghost.org",
      "name": "kernalghost"
    },
    {
      "email": "chris@ghost.org",
      "name": "chrisraible"
    },
    {
      "email": "github.erisds@gmail.com",
      "name": "erisds"
    },
    {
      "email": "john@onolan.org",
      "name": "johnonolan"
    },
    {
      "email": "kevin@ghost.org",
      "name": "kevinansfield"
    },
    {
      "email": "david@ghost.org",
      "name": "cobbspur"
    },
    {
      "email": "aileen@ghost.org",
      "name": "aileencgn"
    },
    {
      "email": "npmjs@jloh.co",
      "name": "jloh"
    },
    {
      "email": "sodbileg.gansukh@gmail.com",
      "name": "minimaluminium"
    },
    {
      "email": "hello@samlord.me",
      "name": "sam-lord"
    },
    {
      "email": "paul@ghost.org",
      "name": "pauladamdavis"
    },
    {
      "email": "bobvaneck@gmail.com",
      "name": "bobvaneck"
    },
    {
      "email": "account@joegrigg.com",
      "name": "joeegrigg"
    },
    {
      "email": "filip@ghost.org",
      "name": "hadret"
    },
    {
      "email": "jon@theplan.co.uk",
      "name": "jonhickman"
    },
    {
      "email": "erik@ghost.org",
      "name": "erik-ghost"
    },
    {
      "email": "guptazy@gmail.com",
      "name": "sagzy"
    },
    {
      "email": "vershwal.princi@gmail.com",
      "name": "vershwal"
    },
    {
      "email": "mike182uk@gmail.com",
      "name": "mike182uk"
    },
    {
      "email": "luis@ghost.org",
      "name": "luissazevedo"
    },
    {
      "email": "leif@ghost.org",
      "name": "lsinger"
    },
    {
      "email": "nick@ghost.org",
      "name": "nickmoreton"
    },
    {
      "email": "renatocesarcp@gmail.com",
      "name": "renatoworks"
    },
    {
      "email": "rob@ghost.org",
      "name": "rblstr-ghost"
    },
    {
      "email": "evan@ghost.org",
      "name": "evanhahn-ghost"
    },
    {
      "email": "weyland.swart@gmail.com",
      "name": "weylandswart"
    },
    {
      "email": "info@ghost.org",
      "name": "ghost-slimer"
    },
    {
      "email": "tmciesco@gmail.com",
      "name": "tmciesco"
    },
    {
      "email": "jonatan@ghost.org",
      "name": "jonatan-ghost"
    },
    {
      "email": "9larsons@gmail.com",
      "name": "9larsons"
    }
  ],
  "num_versions": 45,
  "repository": {
    "type": "git",
    "url": "https://github.com/TryGhost/Ghost"
  },
  "scripts": {
    "build": "tsc && vite build",
    "build-storybook": "storybook build",
    "dev": "pnpm build && concurrently --kill-others --names dev,preview,build \"vite --port 6173\" \"vite preview -l silent\" \"vite build --watch\"",
    "dev:test": "vite build && vite preview --port 6175",
    "lint": "pnpm run lint:js",
    "lint:js": "eslint --cache src test",
    "preship": "pnpm lint",
    "preview": "concurrently --kill-others --names preview,build \"vite preview -l silent\" \"vite build --watch\"",
    "ship": "node ../../.github/scripts/release-apps.js",
    "storybook": "storybook dev -p 6006",
    "test:acceptance": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
    "test:acceptance:full": "ALL_BROWSERS=1 pnpm test:acceptance",
    "test:acceptance:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:acceptance --headed"
  },
  "signal_details": {
    "repository_url_changed": "'git+https://github.com/TryGhost/Ghost.git' -> 'https://github.com/TryGhost/Ghost'",
    "shared_repo_different_publisher": "repo 'https://github.com/TryGhost/Ghost' also claimed by 3 package(s) under different publishers: ['npm/@tryghost/admin-toolbar', 'npm/@tryghost/comments-ui', 'npm/@tryghost/portal']"
  },
  "time": {
    "created": "2023-05-25T08:21:51.635Z",
    "modified": "2026-06-22T19:37:23.865Z"
  }
}