Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
This codebase includes scripts to deploy to GitHub Pages. It's pretty straightforward to deploy your own version of Axboard to GitHub Pages based on this repository:
This codebase includes scripts to deploy to GitHub Pages. It's pretty straightforward to deploy your own version of Axboard to GitHub Pages based on this repository:
Clone the repository to your own GitHub account. This repository will contain your source code.
Create a second repository on your GitHub account, named your-website-name.github.io . This repository is just a "serving repository" - it will contain the static files that are served on the website, and you won't edit these files by hand.
Modify package.json
. The deploy
script needs to point to your own serving repository. Replace git@github.com:axiom-org/axboard.github.io.git
with the git URI of your serving repository. Also, the homepage
field needs to contain your home page.
If you want to use a custom domain, follow the GitHub Pages custom domain instructions, and also replace the contents of the public/CNAME
file with your custom domain.
If you don't want to use a custom domain, delete the public/CNAME
file.
Run npm run deploy
to deploy your own Axboard.
If you don't want to use GitHub Pages for hosting, you can just replace the deploy
script in package.json
with your own deploy script, or remove it and handle deploys differently. You just need to run npm run build
and then get the contents of the build
folder to your webhost.
Axboard was bootstrapped with Create React App which created most of these scripts.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run deploy
Deploys to GitHub pages. If you cloned the repo, you'll need to modify the command to work for you.
FAQs
This codebase includes scripts to deploy to GitHub Pages. It's pretty straightforward to deploy your own version of Axboard to GitHub Pages based on this repository:
We found that axboard 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.