PkgRadar

Package evidence

[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
832
Versions published
124Mature · −50% score
First published
Jun 2017
Publisher
patternfly-build

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes956,638
Previous version4.5.1
Published2019-09-04T15:22:38.259Z
SHA-256ae750b7d4f2848e18212a865ce8989426100dc972607b0b6e375ead2f905ce8f

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts27
  • buildnpm-run-all --serial lint:less lint:ts build:aot build:bundle
  • build:aotnpm run rimraf -- build build-aot && gulp build-aot
  • build:bundlenpm-run-all --serial build:library build:es2015 build:umd build:umd-uglify
  • build:demonpm-run-all --serial 'rimraf -- dist-demo' demo:copy-examples demo:webpack
  • build:es2015rollup --config src/scripts/bundle/es2015.config.js
  • build:librarynpm run rimraf -- build dist dist-watch src/**/*.css && gulp build
  • build:umdrollup --config src/scripts/bundle/umd.config.js
  • build:umd-uglifyuglifyjs dist/bundles/patternfly-ng.umd.js -c warnings=false -o dist/bundles/patternfly-ng.umd.min.js
  • cleannpm run rimraf -- build build-aot dist dist-demo dist-watch src/**/*.css
  • commitgit-cz
  • demo:copy-examplesgulp copy-examples
  • demo:startnpm-run-all --serial demo:copy-examples demo:webserver
  • demo:webpackwebpack --config config/webpack.demo.js --progress --profile --bail
  • demo:webservernpm run webpack-dev-server -- --config config/webpack.demo.js --host 0.0.0.0 --port 8001 --progress --profile --hot --content-base dist-demo
  • lint:lessstylelint 'src/**/*.less' --config .stylelintrc
  • lint:less:fixnpm run lint:less -- --fix
  • lint:tstslint -c tslint.json --project tsconfig.json 'src/**/*.ts'
  • lint:ts:fixnpm run lint:ts -- --fix
  • publish-travisnode_modules/patternfly-eng-publish/script/publish-ghpages.sh -t dist-demo
  • reinstallnpm run clean && npm install
  • rimrafrimraf
  • semantic-releasesemantic-release
  • startnpm run demo:start
  • testkarma start
  • test:debugkarma --browsers Chrome --no-single-run start
  • test:trace-deprecationnode --trace-deprecation ./node_modules/.bin/karma start
  • webpack-dev-servernode --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js
Dependencies2
  • lodash^4.17.10
  • patternfly^3.28.0
Optional dependencies4
  • @swimlane/ngx-datatable^13.0.0
  • c3^0.4.15
  • ng2-dragula^1.5.0
  • ngx-bootstrap^3.0.0 || <3.3.0