PkgRadar

Package evidence

@pareto-engineering/[email protected]

Install-time lifecycle script: postinstall="node ./scripts/postinstall.js"

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
43
Versions published
99Mature · −50% score
First published
Jul 2021
Publisher
johnpareto

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":["@pareto-engineering/[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":["@pareto-engineering/[email protected]"],"fail_on":"review"}'
Publisherjohnpareto
Artifact bytes760,848
Previous version2.0.0-alpha.58
Published2023-03-25T01:39:12.859Z
SHA-256ce21a46f93040f52b73bd52891d6d4ea855cae6483b56347e22fa1c52ed43a58

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
2.0.0-alpha.59Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.js"5

Manifest

Package metadata

Scripts34
  • build-storybookbuild-storybook -s ./src/assets/images,./node_modules/@pareto-engineering/assets/images,./node_modules/@pareto-engineering/assets/fonts
  • build:cjsnpm run compile:cjs && npm run copy-css:cjs
  • build:esnpm run compile:es && npm run copy-css:es
  • chromaticchromatic --project-token=ab9c4393a209
  • compilenpm run build:es && npm run build:cjs
  • compile:cjsCOMPILE_ENV=cjs babel src/ui --extensions '.js,.jsx' --out-dir dist/cjs
  • compile:esCOMPILE_ENV=es babel src/ui --extensions '.js,.jsx' --out-dir dist/es
  • copy-css:cjscopyfiles -u 2 src/ui/**/*.scss dist/cjs
  • copy-css:escopyfiles -u 2 src/ui/**/*.scss dist/es
  • fetch-schemanpm run fetch-schema:prod
  • fetch-schema:devnode scripts/fetchSchema.js
  • fetch-schema:prodnode scripts/fetchSchema.js -- --ref production
  • fix:eslintnpm run test:eslint -- --fix
  • fix:stylelintnpm run test:stylelint -- --fix
  • install:hooksgit config --local core.hooksPath .githooks/
  • link:allnpm run link:bem && npm run link:styles && npm run link:assets && npm run link:ds
  • link:assetsnpm link @pareto-engineering/assets
  • link:bemnpm link @pareto-engineering/bem
  • link:dsnpm link @pareto-engineering/design-system
  • link:stylesnpm link @pareto-engineering/styles
  • postinstallnode ./scripts/postinstall.js
  • preparenpm run compile
  • prepare:watchnodemon --watch src --ignore 'src/stories' --exec 'npm run build:es' && echo done
  • relayrelay-compiler
  • storybookstart-storybook --no-manager-cache -p 6007 -s ./src/assets/images,./node_modules/@pareto-engineering/assets/images,./node_modules/@pareto-engineering/assets/fonts
  • testnpm run test:stylelint && npm run test:eslint && npm run test:jest
  • test:eslinteslint --ext .jsx,.js src/
  • test:jestjest
  • test:jest:updatejest --updateSnapshot
  • test:stylelintstylelint src/**/*.scss --rd --rdd --risd --color --formatter verbose
  • …and 4 more.
Dependencies27
  • @pareto-engineering/assets^2.0.0-alpha.24
  • @pareto-engineering/bem^0.1.5
  • @pareto-engineering/design-system^2.0.0-alpha.70
  • @pareto-engineering/styles^2.0.0-alpha.8
  • date-fns^2.23.0
  • downshift^6.1.7
  • formik^2.2.9
  • fuse.js^6.5.3
  • hamburgers^1.1.3
  • name0.0.2
  • prop-types^15.7.2
  • query-string^7.0.0
  • react^17.0.2
  • react-countup^4.4.0
  • react-dom^17.0.2
  • react-helmet^6.1.0
  • react-quill^1.3.5
  • react-redux^7.2.6
  • react-relay^11.0.2
  • react-router-dom^5.3.1
  • react-table^7.7.0
  • react-visibility-sensor^5.1.1
  • redux^4.1.2
  • relay-runtime^11.0.2
  • relay-test-utils^11.0.2
  • swiper^6.7.5
  • typed.js^2.0.12