PkgRadar

Package evidence

@thejob/[email protected]

no findings

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":["@thejob/[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":["@thejob/[email protected]"],"fail_on":"review"}'
Publishernikx
Artifact bytes123,093
Previous version1.0.105
Published2026-04-12T10:59:24.489Z
SHA-2568060457dd2167d003a7c6403834588d55ab8fda85ae6e514132b6e6797ef8ec5

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.106Version
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
  • buildnpm run clean && npm run build:cjs && npm run build:esm || (npm run cleanup && exit 1)
  • build:cjstsc --project tsconfig.cjs.json
  • build:esmtsc --project tsconfig.esm.json
  • cleanrimraf dist
  • cleanupnpm run generate-interface --stage=interfaceCleanup
  • devnpm run test:watch
  • generate-interfacets-node ./src/interface.generator.ts
  • linteslint . --max-warnings 50
  • lint:fixeslint --fix --ext .ts,.js .
  • postbuildnpm run cleanup
  • prebuildnpm run generate-interface --stage=interfaceGeneration
  • testjest
  • test:watchjest --watch
Dependencies6
  • dayjs^1.11.13
  • graphql-request^7.2.0
  • mongoose^8.11.0
  • validator^13.12.0
  • yup^1.6.1
  • yup-phone-lite^2.0.1