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,599,983
Previous version2.0.0
Published2026-06-13T02:13:46.880Z
SHA-25623d394a247c7abac4366c3acde251fed67817182407a0fdb5ab3faec8eb8e87f

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
2.1.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

Scripts30
  • buildvite build && tsx scripts/minify && tsx scripts/build-nuxt
  • build:optimizedtsx scripts/build-optimized
  • build:playgroundpnpm --dir playground build
  • build:sizetsx scripts/bundle-size
  • build:typesvue-tsc --declaration --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