PkgRadar

Package evidence

@transferwise/[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.

Versions published
4,515Mature · −50% score
First published
Apr 2017
Publisher
npn_ci_wise

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":["@transferwise/[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":["@transferwise/[email protected]"],"fail_on":"review"}'
Publishernpn_ci_wise
Artifact bytes5,092,734
Previous version0.0.0-experimental-8496ab9
Published2026-06-12T18:46:29.348Z
SHA-2564f152e5c3c1adbc6de176bc1f13df1ad7cacd971196bb7148f88449075a5c072

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
0.0.0-experimental-84aaa79Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts28
  • buildnpm-run-all build:*
  • build:cleanrm -rf lib build
  • build:copy-csscpx 'src/main.css' build/ & cpx 'src/**/*.css' build/styles/
  • build:copy-filescpx 'src/**/!(db)/*.{json,svg}' build
  • build:copy-langcpx 'src/i18n/*.json' build/i18n && cpx 'src/i18n/index.js' build/i18n
  • build:crowdin-source-fileformatjs extract 'src/**/*.messages.+(js|ts|tsx)' --out-file src/i18n/en.json --format simple && prettier --write src/i18n/*.json
  • build:css-maingulp compileLess --dest=src
  • build:css-utilsnpm-run-all build:css-utils:*
  • build:css-utils:compilegulp compileLess --src='src/styles/less' --dest=build/styles/css
  • build:css-utils:copy-brand-assetscpx 'src/styles/img/**' build/styles/img && cpx 'src/styles/fonts/*' build/styles/fonts
  • build:css-utils:copy-varsgulp copyPropsAndVars --src='src/styles/props' --dest='build/styles/props' && gulp copyPropsAndVars --src='src/styles/variables' --dest='build/styles/less'
  • build:jsrollup --config --sourcemap
  • devnpm-run-all --parallel dev:* dev:*:* storybook:dev
  • dev:less:watchgulp watchLess --dest=src
  • dev:translationspnpm build:crowdin-source-file
  • docspnpm build
  • lintpnpm run lint:check
  • lint:checknpm-run-all --parallel lint:check:*
  • lint:check:formatprettier --check --ignore-path ../../.prettierignore . || echo "Prettier failed. Remove this to make this a failure"
  • lint:check:js+tseslint .
  • lint:check:typestsc --noEmit --emitDeclarationOnly false
  • lint:fixnpm-run-all --serial lint:fix:*
  • lint:fix:formatprettier --write --ignore-path ../../.prettierignore .
  • lint:fix:js+tspnpm run lint:check:js+ts --fix
  • storybook:buildstorybook build --stats-json
  • storybook:devstorybook dev -p 4477
  • testTZ=UTC jest
  • test:watchTZ=UTC jest --watch
Dependencies17
  • @babel/runtime^7.29.7
  • @floating-ui/react^0.27.19
  • @headlessui/react^2.2.10
  • @react-aria/focus^3.22.1
  • @react-aria/overlays^3.32.1
  • @transferwise/formatting^2.14.1
  • @transferwise/neptune-tokens^8.24.1
  • @transferwise/neptune-validation^3.3.4
  • clsx^2.1.1
  • commonmark^0.31.2
  • core-js^3.49.0
  • framer-motion^12.40.0
  • lodash.clamp^4.0.3
  • lodash.debounce^4.0.8
  • merge-props^6.0.0
  • react-transition-group^4.4.5
  • virtua^0.49.1