PkgRadar

Package evidence

@legalplace/[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
First published
Dec 2021
Publisher
sami9361

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":["@legalplace/[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":["@legalplace/[email protected]"],"fail_on":"review"}'
Publishersami9361
Artifact bytes3,567,349
Previous versionnone
Published2021-12-02T14:49:12.906Z
SHA-2561c2bba72b3718f0a92dbba4795553693b76af27ddfa0c4d9173764279407fe2a

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildtsc --extendedDiagnostics -p tsconfig.json && cp -R src/assets dist
  • build-storybookrm -rf public && mkdir public && build-storybook
  • link-allyarn link react && yarn link react-dom && yarn link styled-components && yarn link react-router-dom && yarn link @legalplace/typeorm-entities
  • linttsc --noEmit && eslint './src/**/*.{tsx,ts}'
  • lint:fixeslint './src/**/*.{tsx,ts}' --fix
  • releasestandard-version -a --no-verify
  • startstart-storybook -p 9009
  • testjest --color
  • test:coveragejest --color --coverage && open ./coverage/lcov-report/index.html
  • unlink-allyarn unlink react && yarn unlink react-dom && yarn unlink styled-components && yarn unlink react-router-dom && yarn unlink @legalplace/typeorm-entities
Dependencies14
  • @legalplace/typeorm-constants1.1.1
  • dompurify^2.2.4
  • enzyme^3.11.0
  • i18next^20.3.0
  • moment^2.29.1
  • react^17.0.1
  • react-dom^17.0.1
  • react-i18next^11.8.15
  • react-input-mask^2.0.4
  • react-paypal-button-v2^2.6.2
  • react-router-dom^5.2.0
  • react-scripts^4.0.3
  • react-stripe-elements^6.1.2
  • styled-components^5.3.0