PkgRadar

Package evidence

@techsee/[email protected]

Install-time lifecycle script: preinstall="npm update @techsee/techsee-common @techsee/techsee-media-service"

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
2,321Niche · −30% score
Versions published
2,258Mature · −50% score
First published
Apr 2021
Publisher
royricht

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":["@techsee/[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":["@techsee/[email protected]"],"fail_on":"review"}'
Publisherroyricht
Artifact bytes1,728,420
Previous version999.2.1-sap
Published2021-05-11T15:08:18.531Z
SHA-2560a2df4433377ed302b0b07c5ff7c46a8152d4e713dbc23d2f146de339d9932ef

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npm update @techsee/techsee-common @techsee/techsee-media-service"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
999.2.2-bundle-releaseVersion
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npm update @techsee/techsee-common @techsee/techsee-media-service"5
lowLarge Javascript Payloadpackage/lib/bundle.js5772905 bytes0

Manifest

Package metadata

Scripts12
  • buildnpm run lint-fix && npm run test && webpack
  • build-no-bundlenpm run lint-fix && npm run test && tsc
  • build-sbbuild-storybook
  • cleanrm -rf lib dist
  • lint./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx ./src
  • lint-fix./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts --ext .tsx ./src --fix
  • postpublishnpm run clean
  • preinstallnpm update @techsee/techsee-common @techsee/techsee-media-service
  • prepublishOnlynpm run build && npm run tag
  • sbstart-storybook -p 6006
  • taggit tag v$npm_package_version -f | git push -f --tags
  • testjest --config=./jest.config.js
Dependencies5
  • @techsee/techsee-common^0.25.2
  • @techsee/techsee-media-service~0.22.2
  • lodash4.17.21
  • react17.0.1
  • react-dom17.0.1