PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2159088 bytes

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
116Mature · −50% score
First published
Dec 2015
Publisher
claydiffrient

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"}'
Publisherclaydiffrient
Artifact bytes4,401,683
Previous version3.3.4
Published2017-09-12T15:02:19.778Z
SHA-256709caf1058d21fb9b0f352c39613beecb1cc481e103cad6b22796a5d9f229dbd

Why flagged

What the scanner saw

Large Javascript Payload: 2159088 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.4.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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
lowLarge Javascript Payloadpackage/docs/docs.js2159088 bytes0

Manifest

Package metadata

Scripts24
  • buildnpm-run-all --parallel transpile docs copy
  • bumpgit fetch origin --tags --force && standard-version
  • cleanrimraf __build__ .babel-cache
  • commitgit-cz
  • copynpm-run-all copy:themeable copy:pkg copy:codemods
  • copy:codemodscopyfiles codemods/lib/*.js codemods/lib/**/* __build__/
  • copy:pkgcopyfiles package.json README.md .npmignore LICENSE CHANGELOG.md __build__
  • copy:themeablecopyfiles babel/**/* babel/plugins/util/**/* webpack/loaders/themeable-css-loader.js __build__/
  • deploytouch __build__/docs/.nojekyll && gh-pages -d __build__/docs -r [email protected]:instructure/instructure-ui.git
  • docscross-env NODE_ENV=production webpack
  • generate./scripts/generate
  • linteslint lib
  • lint:commitrm -f .git/validate-commit-msg && git log -1 --pretty=%B > .git/validate-commit-msg && validate-commit-msg validate-commit-msg
  • lint:fixeslint lib --fix
  • prestartnpm install && npm-run-all clean docs
  • release./scripts/release -p __build__
  • starthttp-server __build__/docs -p 8001
  • start:watchcross-env NODE_ENV=development DEBUG=1 webpack-dev-server
  • testnpm-run-all lint:commit test:browser test:node test:jest
  • test:browsercross-env NODE_ENV=test karma start --single-run --coverage
  • test:jestjest --config ./jest.config.json
  • test:nodenpm run transpile && node __build__/lib/index.js
  • test:watchcross-env NODE_ENV=test DEBUG=1 karma start
  • transpilecross-env NODE_ENV=production ES_MODULES=0 BABEL_DISABLE_CACHE=1 babel lib --out-dir __build__/lib --ignore *.test.js
Dependencies16
  • bowser^1.7.0
  • classnames^2.2.5
  • decimal.js^7.2.1
  • deep-equal^1.0.1
  • glamor^2.20.37
  • glob-to-regexp^0.3.0
  • jscodeshift^0.3.32
  • keycode^2.1.8
  • moment-timezone^0.5.13
  • no-scroll^2.1.0
  • numeral^2.0.6
  • object.omit^2.0.1
  • object.pick^1.2.0
  • prop-types^15.5.10
  • shortid^2.2.8
  • tinycolor2^1.4.1