PkgRadar

Package evidence

[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
2,431Niche · −30% score
Versions published
91
First published
Apr 2026
Publisher
vexare

Effective trust discount applied: 30% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publishervexare
Artifact bytes2,268,261
Previous version1.0.91
Published2026-06-10T12:35:57.017Z
SHA-256205b61ab168f214f2338a877e2eb01cf72c8f638cf5536e2af59febff1632cae

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts19
  • autotsc -watch - tsconfig.json
  • buildyarn build:esm && yarn build:cjs && yarn copy1 && yarn copy2 && yarn copy3 && yarn copy4 && yarn copy5 && yarn copy6
  • build:cjstsc --module commonjs --outDir release/cjs
  • build:esmtsc
  • copy1copyfiles -u 2 "./assets/**/*.{scss,css}" "./release/assets/styles/"
  • copy2copyfiles -u 2 "./assets/**/*.{woff,woff2,ttf}" "./release/assets/fonts/"
  • copy3copyfiles -u 2 "./source/components/**/*.{css,scss}" "./release/cjs/components"
  • copy4copyfiles -u 2 "./source/placeholders/**/*.{css,scss}" "./release/cjs/placeholders"
  • copy5copyfiles -u 2 "./source/routes/**/*.{css,scss}" "./release/cjs/routes"
  • copy6copyfiles -u 2 "./source/types/**/*.{css,scss}" "./release/cjs/types"
  • devwebpack --mode development --watch
  • productionwebpack --mode production
  • pubtsc && npm version patch --force && npm publish --access public
  • startwebpack-dev-server --mode development
  • testecho "Error: no test specified" && exit 1
  • tsctsc
  • tsc2tsc && tsc -m es6 --outDir release && webpack --mode development
  • tsc3tsc --emitDeclarationOnly
  • webpackwebpack --mode development
Dependencies12
  • css-loader^6.8.1
  • html-webpack-plugin^5.5.3
  • module-alias^2.2.3
  • qs^6.14.0
  • sass^1.99.0
  • sass-loader^13.3.2
  • style-loader^3.3.3
  • ts-loader^9.4.4
  • typescript^5.1.6
  • v-eris^1.0.283
  • webpack^5.88.2
  • webpack-cli^5.1.4