Package evidence
@deskpro/[email protected]
Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.
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
- 9
- Versions published
- 11Established · −30% score
- First published
- Oct 2019
- Publisher
- jducro
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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":["@deskpro/[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":["@deskpro/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 28 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/storybook-static/sb_dll/storybook_ui_dll.js | Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis. | 40 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Js Split Join Obfuscation | package/storybook-static/sb_dll/storybook_ui_dll.js | Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis. | 40 |
| low | Large Javascript Payload | package/storybook-static/vendors~main.6ffd345efe3ab2972fda.bundle.js | 4961650 bytes | 0 |
Manifest
Package metadata
Scripts21
buildnpm run clean && npm run build:distbuild-storybookbuild-storybookbuild:cjsBABEL_ENV=legacy-cjs babel src --out-dir dist --copy-files --ignore '**/*.test.js'build:distnpm run build:cjs && npm run build:es && npm run build:modernbuild:docscp css/icon-mart.css docs && webpack --config ./docs/webpack.config.jsbuild:esBABEL_ENV=legacy-es babel src --out-dir dist-es --copy-files --ignore '**/*.test.js'build:modernbabel src --out-dir dist-modern --copy-files --ignore '**/*.test.js'changelogauto-changelogcleanrm -rf dist/ dist-es/ dist-modern/deploy-storybookstorybook-to-ghpagespreparenpm run build:distprepublishOnlynpm run buildprettierprettier --write "{src,scripts}/**/*.js"prettier:checkprettier --check "{src,scripts}/**/*.js"react:14npm run react:clean && npm i react@^0.14 react-dom@^0.14 react-addons-test-utils@^0.14 --save-devreact:15npm run react:clean && npm i react@^15 react-dom@^15 react-addons-test-utils@^15 --save-devreact:cleanrimraf node_modules/{react,react-dom,react-addons-test-utils}startnpm run watchstorybookstart-storybook -p 6006testnpm run clean && jestwatchBABEL_ENV=cjs babel src --watch --out-dir dist --copy-files --ignore '**/*.test.js'
Dependencies7
@storybook/storybook-deployer^2.8.1babel-plugin-convert-to-json^0.1.0classnames^2.2.6pre-commit^1.2.2prop-types^15.6.0react-color^2.17.3react-dropzone^10.1.10