
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@adrianjost/report-viewer
Advanced tools
Add the following things to your CI:
npm i -g @adrianjost/report-viewer
rv-upload -F test/output/**
(check CLI options below)variable | descripton |
---|---|
REPORT_VIEWER_TOKEN | your personal authorization token. You can also pass it using the CLI |
REPORT_VIEWER_ORG | Git organization/username e.g. adrianjost for https://github.com/adrianjost |
REPORT_VIEWER_REPO | Git repo name e.g. report-viewer for https://github.com/adrianjost/report-viewer |
REPORT_VIEWER_BRANCH | Git branch name e.g. master for branch builds (only for branch builds) |
REPORT_VIEWER_PULL | Git number of the pull request for pull builds e.g. 59 for pull 59 (only for pull request builds) |
REPORT_VIEWER_COMMIT | Git commit hash (sha) e.g. 35e32b6a00dec02ae7d7c45c6b7106779a124685 |
Note: for the following CI services, you do not need to specify the variables REPORT_VIEWER_ORG
, REPORT_VIEWER_ORG
, REPORT_VIEWER_ORG
, REPORT_VIEWER_ORG
:
Feel free to contribute more by creating a pull request or issue.
name | shorthand | required | description |
---|---|---|---|
--file | -F | ✔ | glob pattern for all files that should be uploaded |
--token | -T | ❌ | your personal authorization token. You can also pass it as a enviroment variable (REPORT_VIEWER_TOKEN ) |
--ignore | -I | ❌ | glob pattern for all files matched by the file parameter that should not be uploaded |
--no-predefined-ignore | ❌ | if defined, the predefined ignore patterns get ignored |
# install dependencies
npm i
# initially build project
npm run build
# link bin script
npm link
# start developing
npm run dev
# test current build
rv-upload -F dist/*.js
FAQs
upload your html reports
We found that @adrianjost/report-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.