Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@sanbornagency/nodebb-theme-quest
Advanced tools
Follow nodebb.org's instructions for setting up an install of nodebb.
After installation is complete, install the following plugins with npm:
Installation is done in the nodebb directory with the commands:
npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-write-api --save
npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-friends --save
npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-session-sharing --save
npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-s3-uploads --save
Alternatively, add this to the nodebb's package.json:
"nodebb-plugin-friends": "git+https://git@github.com/sanbornmedia/nodebb-plugin-friends",
"nodebb-plugin-s3-uploads-updated": "git+https://git@github.com/sanbornmedia/nodebb-plugin-s3-uploads.git",
"nodebb-plugin-session-sharing": "git+https://git@github.com/sanbornmedia/nodebb-plugin-session-sharing.git",
"nodebb-plugin-write-api": "git+https://git@github.com/sanbornmedia/nodebb-plugin-write-api",
Install this theme with npm, i.e., Note: You must be logged into an npm account that is a member of the Sanborn Agency org.
npm install @sanbornagency/nodebb-theme-quest --save
Note: You must be logged into an npm account that is a member of the Sanborn Agency org.
Increment version number in package.json
and run npm publish
in project root.
Start redis using the command redis-server
to start, and redis-cli shutdown
to stop it.
In the nodebb directory, run ./nodebb build
to build assets, templates, etc. Then run ./nodebb dev
to start the server with logging.
Template file names and directory structure must mirror the templates they're replacing in the Node BB directory, as Node BB's build process will use the theme's templates to overwrite the defaults.
FAQs
Custom NodeBB theme for Quest Oracle Community
The npm package @sanbornagency/nodebb-theme-quest receives a total of 2 weekly downloads. As such, @sanbornagency/nodebb-theme-quest popularity was classified as not popular.
We found that @sanbornagency/nodebb-theme-quest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.