PkgRadar

Package evidence

@pegasimed.com/[email protected]

no findings

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.

Weekly downloads
33
Versions published
3
First published
Feb 2024
Publisher
jose.mendez.grials

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@pegasimed.com/[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":["@pegasimed.com/[email protected]"],"fail_on":"review"}'
Artifact bytes14,463
Previous version1.0.0
Published2024-02-29T20:53:58.800Z
SHA-25662eafc2ae4d857525a74d19db4b0dca2055d77dd50fcb98d96d557656d1c69da

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildrimraf dist/ && tsc
  • compile-filter-parserrimraf src/parsers/filter/grammar.ts && nearleyc src/parsers/filter/grammar.ne -o src/parsers/filter/grammar.ts
  • compile-parsersnpm run compile-filter-parser && npm run compile-sort-parser && npm run compile-select-parser
  • compile-select-parserrimraf src/parsers/select/grammar.ts && nearleyc src/parsers/select/grammar.ne -o src/parsers/select/grammar.ts
  • compile-sort-parserrimraf src/parsers/sort/grammar.ts && nearleyc src/parsers/sort/grammar.ne -o src/parsers/sort/grammar.ts
  • formatprettier --write "src/**/*.ts" "src/**/*.js"
  • linttslint -p tsconfig.json
  • postversiongit push && git push --tags
  • preparenpm run build
  • prepublishOnlynpm test && npm run lint
  • preversionnpm run lint
  • testmocha -r ts-node/register src/test/*.test.ts
  • versionnpm run format && git add -A src
Dependencies2
  • mongodb^3.2.2
  • nearley^2.16.0