PkgRadar

Package evidence

@evlop/[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
326
Versions published
378Mature · −50% score
First published
Dec 2019
Publisher
mukti107

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

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":["@evlop/[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":["@evlop/[email protected]"],"fail_on":"review"}'
Publishermukti107
Artifact bytes685,073
Previous version1.0.378
Published2026-06-02T09:22:49.229Z
SHA-256a3aa2549aeefe74113f6017a361e6a8d884fd47efbefdf9d7cf38207f835962b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildnpm run build:esm && npm run build:cjs && npm run build:types && npm run build:types-for-ai
  • build:cjstsc --module commonjs --outDir dist/cjs
  • build:esmtsc --module esnext --outDir dist/esm
  • build:fontsts-node bin/generate-google-fonts-cache.ts
  • build:iconsts-node bin/generate-icons-cache.ts
  • build:typestsc --declaration --declarationDir dist/types --emitDeclarationOnly
  • build:types-for-aidts-bundle-generator -o dist/types/main.ai.d.ts types-for-ai.ts --no-check --no-banner --export-referenced-types=false
  • devtsc --watch
  • docsjsdoc -c jsdoc.json
  • prebuildrm -rf dist && npm run build:icons && npm run build:fonts
  • prepacknpm run test && npm run build
  • testmocha -r ts-node/register src/**/*.test.ts
Dependencies4
  • axios-retry^3.3.1
  • events^3.3.0
  • he^1.2.0
  • moment^2.29.1
Optional dependencies4
  • @formatjs/intl-getcanonicallocales^3.0.3
  • @formatjs/intl-locale^5.0.4
  • @formatjs/intl-numberformat^9.0.5
  • @formatjs/intl-pluralrules^6.0.4