PkgRadar

Package evidence

@danielsimonjr/[email protected]

Remote Dependency Spec: dependencies.typed-function="github:danielsimonjr/typed-function"

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
3
First published
Apr 2026
Publisher
danielsimonjr

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":["@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 bytes269,503
Previous version0.1.2
Published2026-05-25T19:14:11.165Z
SHA-256702ed16df984c76334f9b675e9ef0ba22e771cd5cd8bdb99e25518844452ffe2

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.typed-function="github:danielsimonjr/typed-function"

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

Availability ledger

available

review
Last checked
reviewRisk
24Score
0.2.1Version
Status history (3 events)
  1. availableavailable · risk review · score 24 · status available -> available, risk high -> review, score 47 -> 24
  2. availableavailable · risk high · score 47 · status available -> available, risk high -> high, score 59 -> 47
  3. newavailable · risk high · score 59 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.typed-function="github:danielsimonjr/typed-function"12
mediumDependency Changed To Remote Vs Previouspackage.jsondependencies.typed-function changed to remote spec in 0.2.1 vs 0.1.2: "github:danielsimonjr/typed-function"12

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-functiongithub:danielsimonjr/typed-function