PkgRadar

Package evidence

@danielsimonjr/[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
8
Versions published
3
First published
Apr 2026
Publisher
danielsimonjr

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":["@danielsimonjr/[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":["@danielsimonjr/[email protected]"],"fail_on":"review"}'
Publisherdanielsimonjr
Artifact bytes174,939
Previous version0.1.1
Published2026-04-05T04:55:45.744Z
SHA-256ce0cc751838a91546fd67c084f5c6bf33b9afa9092a8b610a7e9cbcc316df23f

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
0.1.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildtsup src/index.ts --format esm --clean
  • build:prodtsup src/index.ts --format esm --clean --minify --treeshake
  • cleanrm -rf dist
  • devtsup src/index.ts --format esm --dts --watch
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies13
  • @danielsimonjr/mathts-core*
  • @danielsimonjr/mathts-expression*
  • @danielsimonjr/mathts-matrix*
  • @danielsimonjr/mathts-parallel*
  • bignumber.js^9.1.2
  • complex.js^2.2.5
  • decimal.js^10.4.3
  • escape-latex^1.2.0
  • fraction.js^5.2.1
  • javascript-natural-sort^0.7.1
  • seedrandom^3.0.5
  • tiny-emitter^2.1.0
  • typed-function^4.2.1