PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node -p 'require(\"./postinstall.js\")()'"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
774Mature · −50% score
First published
Mar 2013
Publisher
parseadmin

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"review"}'
Publisherparseadmin
Artifact bytes1,547,174
Previous version8.6.78
Published2026-06-01T21:38:17.702Z
SHA-256d06ee897ab170110bf791aaa8719b1df18b59abc9053db7fced6615d06c339ca

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node -p 'require(\"./postinstall.js\")()'"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
8.6.79Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -p 'require(\"./postinstall.js\")()'"5

Manifest

Package metadata

Scripts28
  • benchmarkcross-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:onlynode benchmark/performance.js
  • benchmark:quickcross-env BENCHMARK_ITERATIONS=10 npm run benchmark:only
  • buildbabel src/ -d lib/ --copy-files --extensions '.ts,.js'
  • build:typestsc
  • ci:checknode ./ci/ciCheck.js
  • ci:checkNodeEnginenode ./ci/nodeEngineCheck.js
  • ci:definitionsChecknode ./ci/definitionsCheck.js
  • coveragecross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine
  • coverage:mongodbcross-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
  • definitionsnode ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'
  • docsjsdoc -c ./jsdoc-conf.json
  • linteslint --cache ./ --flag unstable_config_lookup_from_file
  • lint-fixeslint --fix --cache ./ --flag unstable_config_lookup_from_file
  • madge:circularnode_modules/.bin/madge ./src --circular
  • postinstallnode -p 'require("./postinstall.js")()'
  • preparenpm run build
  • prettierprettier --write {src,spec}/{**/*,*}.js
  • startnode ./bin/parse-server
  • testcross-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:6.0.19MONGODB_VERSION=6.0.19 npm run test
  • test:mongodb:7.0.16MONGODB_VERSION=7.0.16 npm run test
  • test:mongodb:8.0.4MONGODB_VERSION=8.0.4 npm run test
  • test:postgres:testonlycross-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:typeseslint types/tests.ts -c ./types/eslint.config.mjs
  • testonlycross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 jasmine
  • watchbabel --watch src/ -d lib/ --copy-files
  • watch:tstsc --watch
Dependencies40
  • @apollo/server4.13.0
  • @graphql-tools/merge9.0.24
  • @graphql-tools/schema10.0.23
  • @graphql-tools/utils10.8.6
  • @parse/fs-files-adapter3.0.0
  • @parse/push-adapter6.11.0
  • bcryptjs3.0.2
  • commander13.1.0
  • cors2.8.5
  • express5.2.1
  • express-rate-limit7.5.1
  • follow-redirects1.15.9
  • graphql16.11.0
  • graphql-list-fields2.0.4
  • graphql-relay0.10.2
  • graphql-upload15.0.2
  • intersect1.0.1
  • jsonwebtoken9.0.2
  • jwks-rsa3.2.0
  • ldapjs3.0.7
  • lodash4.17.21
  • lru-cache10.4.0
  • mime4.0.7
  • mongodb6.20.0
  • mustache4.2.0
  • otpauth9.4.0
  • parse7.1.2
  • path-to-regexp6.3.0
  • pg-monitor3.0.0
  • pg-promise12.2.0
  • …and 10 more.
Optional dependencies1
  • @node-rs/bcrypt1.10.7