BEACON

← candidates

npm parse-server @9.9.0

score
0.6667 med
flagged 2026-06-19 18:12
signals by category
content 1 topology 1 enrichment 1

maintainers added:

package profile →

Signals fired

signalweightrationale
content
install_script_payload 1.0 install/lifecycle script matches payload regex
topology
dist_tag_anomaly 0.5 dist-tags.latest=9.9.0 but max published is 9.10.0-alpha.1
enrichment
osv_advisory_active 0.5 deps.dev advisories: ['GHSA-38m6-82c8-4xfm', 'GHSA-8cph-rgr4-g5vj', 'GHSA-cgxm-vr2f-6fj8']

Prior profile (what it deviated from)

{
  "had_install_script": true,
  "maintainers": [
    "davimacedo",
    "mtrezza",
    "parseadmin",
    "acinader",
    "dplewis"
  ],
  "versions": 786
}

Evidence (package doc at flag time)

{
  "dependencies_count": 41,
  "dist": {
    "integrity": "sha512-r3MpxphR40G7Jgpb4H40ElXj4bEoC/5WNV3hqE13+XZG7ZLl6pATEzF6GjQwvM2421m2MHsvqGl34BxsVtURqg==",
    "tarball": "https://registry.npmjs.org/parse-server/-/parse-server-9.9.0.tgz",
    "unpackedSize": 6122589
  },
  "dist-tags": {
    "alpha": "9.10.0-alpha.1",
    "beta": "7.4.0-beta.1",
    "latest": "9.9.0",
    "release-4.x.x": "4.10.20",
    "release-5.x.x": "5.6.0",
    "release-6.x.x": "6.5.11",
    "release-7.x.x": "7.5.4",
    "release-8.x.x": "8.6.83"
  },
  "latest_version": "9.9.0",
  "maintainers": [
    {
      "email": "adavimacedo@gmail.com",
      "name": "davimacedo"
    },
    {
      "email": "mtrezza.npm@gmail.com",
      "name": "mtrezza"
    },
    {
      "email": "admin@parseplatform.org",
      "name": "parseadmin"
    },
    {
      "email": "acinader@gmail.com",
      "name": "acinader"
    },
    {
      "email": "findlewis@gmail.com",
      "name": "dplewis"
    }
  ],
  "num_versions": 788,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parse-community/parse-server.git"
  },
  "scripts": {
    "benchmark": "cross-env MONGODB_VERSION=8.0.4 MONGODB_TOPOLOGY=standalone mongodb-runner exec -t standalone --version 8.0.4 -- --port 27017 -- npm run benchmark:only",
    "benchmark:only": "node --expose-gc --max-old-space-size=1024 benchmark/performance.js",
    "benchmark:quick": "cross-env BENCHMARK_ITERATIONS=10 npm run benchmark:only",
    "build": "babel src/ -d lib/ --copy-files --extensions '.ts,.js'",
    "build:types": "tsc",
    "ci:check": "node ./ci/ciCheck.js",
    "ci:checkNodeEngine": "node ./ci/nodeEngineCheck.js",
    "ci:definitionsCheck": "node ./ci/definitionsCheck.js",
    "coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine",
    "coverage:mongodb": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner exec -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017 -- npm run coverage",
    "definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
    "docs": "jsdoc -c ./jsdoc-conf.json",
    "lint": "eslint --cache ./ --flag unstable_config_lookup_from_file",
    "lint-fix": "eslint --fix --cache ./ --flag unstable_config_lookup_from_file",
    "madge:circular": "madge ./src --circular",
    "postinstall": "node -p 'require(\"./postinstall.js\")()'",
    "prepare": "npm run build",
    "prettier": "prettier --write {src,spec}/{**/*,*}.js",
    "start": "node ./bin/parse-server",
    "test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} mongodb-runner exec -t ${MONGODB_TOPOLOGY} --version ${MONGODB_VERSION} -- --port 27017 -- npm run testonly",
    "test:mongodb:7.0.16": "MONGODB_VERSION=7.0.16 npm run test",
    "test:mongodb:8.0.4": "MONGODB_VERSION=8.0.4 npm run test",
    "test:postgres:testonly": "cross-env PARSE_SERVER_TEST_DB=postgres PARSE_SERVER_TEST_DATABASE_URI=postgres://postgres:password@localhost:5432/parse_server_postgres_adapter_test_database npm run testonly",
    "test:types": "eslint types/tests.ts -c ./types/eslint.config.mjs",
    "testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine",
    "watch": "babel --watch src/ -d lib/ --copy-files",
    "watch:ts": "tsc --watch"
  },
  "signal_details": {
    "dist_tag_anomaly": "dist-tags.latest=9.9.0 but max published is 9.10.0-alpha.1",
    "install_script_payload": "install/lifecycle script matches payload regex",
    "osv_advisory_active": "deps.dev advisories: ['GHSA-38m6-82c8-4xfm', 'GHSA-8cph-rgr4-g5vj', 'GHSA-cgxm-vr2f-6fj8']"
  },
  "time": {
    "created": "2013-03-14T20:20:55.131Z",
    "modified": "2026-06-19T23:12:54.013Z"
  }
}