PkgRadar

Package evidence

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

Weekly downloads
189
Versions published
70Mature · −50% score
First published
Aug 2019
Publisher
lendi-owner

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":["@lendi/[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":["@lendi/[email protected]"],"fail_on":"review"}'
Publisherlendi-owner
Artifact bytes17,507
Previous version1.9.2
Published2021-09-30T02:59:50.572Z
SHA-256c0a9646113ca45ca6ce892f18f1fc992a9409f2ecee12af3aade927f16753f53

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
1.9.3Version
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
  • buildyarn run build:types && yarn run build:cjs
  • build:cjstsc --project tsconfig.cjs.json
  • build:typestsc --project tsconfig.types.json
  • checkyarn run check:type && yarn run check:lint-tests && yarn run check:lint-sources && yarn run check:format
  • check:formatprettier-check 'src/**/*.{json,js,ts,md}'
  • check:lint-sourcestslint --config tslint.json -p tsconfig.json 'src/**/*.ts' --exclude '**/*.test.ts'
  • check:lint-teststslint --config tslint.tests.json -p tsconfig.json 'src/**/*.test.ts'
  • check:typetsc --noEmit
  • formatprettier --write 'src/**/*.{js,jsx,ts,tsx}
  • testjest
Dependencies7
  • @lendi/lead-client^3.2.0
  • @sentry/browser5.9.1
  • @types/qs^6.5.3
  • @types/store^2.0.2
  • jstz^2.1.1
  • qs^6.8.0
  • store^2.0.12