PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2711766 bytes

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
695
Versions published
605Mature · −50% score
First published
Nov 2020
Publisher
muratpolatozkan

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

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"}'
Artifact bytes4,794,792
Previous version2.12.4-rc.6-0
Published2026-05-20T16:33:31.158Z
SHA-256b8bc9e4bf9b9e23f9af9c5f8e2d430eea5802918a4e7ba076f0ecbfbb82dbb49

Why flagged

What the scanner saw

Large Javascript Payload: 2711766 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
9Score
2.12.4-rc.6-1Version
Status history (1 event)
  1. newavailable · risk review · score 9 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/components/bcm-table.js2711766 bytes10
mediumLarge Javascript Payloadpackage/dist/cjs/watermark-2c23c8f1.js2211001 bytes10
mediumLarge Javascript Payloadpackage/dist/esm/watermark-f2c6a1f9.js2210068 bytes10

Manifest

Package metadata

Scripts21
  • buildrun-s clean:dist clean:loader clean:helper tsc-helper build:tailwind build:stencil build:aliases
  • build:aliasestsc-alias -p tsconfig.aliases.json
  • build:stencilstencil build --prod
  • build:storybookbuild-storybook
  • build:tailwindtailwindcss -i ./src/styles/tailwindcss/directives.css -o ./src/global/tailwind.css --minify
  • clean:distrm -rf dist
  • clean:helperrm -rf helper
  • clean:loaderrm -rf loader
  • clean:wwwrm -rf www
  • create-locale-folder-to-esmmkdir -p ./dist/esm/locale
  • dev:stencilstencil build --dev --watch --serve
  • dev:tailwindtailwindcss -i ./src/styles/tailwindcss/directives.css -o ./src/global/tailwind.css --watch --minify
  • distRemoverm -rf ./dist/cjs && rm -rf ./dist/esm && rm -rf ./dist/types && rm -rf ./dist/collection && rm -r ./dist/index.cjs.js && rm -r ./dist/index.js
  • ds-versionnpm run build && npm version patch && npm run build
  • formatprettier --write "src/**/*.tsx"
  • generatestencil generate
  • generate:storybooknpm run build && npm run build:storybook
  • pre-versionnpm run build && npm version prerelease --preid=rc && npm run build && npm run create-locale-folder-to-esm
  • startnpm-run-all clean:www -p dev:*
  • storybookstart-storybook -p 8000 -c .storybook
  • tsc-helpernpm run clean:helper && cd ./src/global/helper && tsc index.ts --declaration --declarationMap --allowJs --outDir ./../../../helper
Dependencies3
  • moment^2.24.0
  • rc-picker^4.11.2
  • tailwind-variants^0.1.14