PkgRadar

Package evidence

[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
48
Versions published
19
First published
Mar 2026
Publisher
saqqdy

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":["[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"}'
Publishersaqqdy
Artifact bytes2,249,993
Previous version1.9.0
Published2026-04-25T06:48:44.099Z
SHA-256357925403442360932e26be4d36e8f8aff79183e27e996951027b79142d04e1e

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

review
Last checked
reviewRisk
40Score
1.10.0Version
Status history (1 event)
  1. newavailable · risk review · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/nuxt/index.cjsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40

Manifest

Package metadata

Scripts28
  • buildvite build && tsx scripts/minify && tsx scripts/build-nuxt
  • build:playgroundpnpm --dir playground build
  • build:typesvue-tsc --emitDeclarationOnly --outDir dist
  • cleanrm -rf dist es lib temp coverage playwright-report
  • deploysh scripts/deploy.sh
  • deploy:playgroundpnpm --dir playground deploy local
  • devvite
  • dev:playgroundpnpm --dir playground dev
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • example:buildpnpm --dir examples/vue3 build
  • example:devpnpm --dir examples/vue3 dev
  • gen:versiontsx scripts/version
  • linteslint --fix .
  • pubtsx scripts/publish
  • synctsx scripts/sync
  • tag:versiontsx scripts/tag
  • testvitest run
  • test:allpnpm test && pnpm test:e2e
  • test:coveragevitest run --coverage
  • test:e2eplaywright test
  • test:e2e:debugplaywright test --debug
  • test:e2e:uiplaywright test --ui
  • test:watchvitest
  • typecheckvue-tsc --noEmit
  • unpubtsx scripts/unpublish
  • watchvite build --watch