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.
@vulcan-sql/catalog-server
Advanced tools
This package serves as a catalog page for VulcanSQL.
Install package
npm i @vulcan-sql/catalog-server
Use @vulcan-sql/cli to start the catalog server.
(The VulcanSQL server needs to listen first.)
vulcan catalog
Open in browser. By default, it is http://localhost:4200.
Use @vulcan-sql/cli to generate the catalog server assets.
Node.js:
vulcan package -o node -t catalog-server
Copy the files in the ./dist
folder to your production servers. Then run npm install
&& node index.js
to start the server.
Docker:
vulcan package -o docker -t catalog-server
docker build -t <tag> ./dist
These are some configurations related with catalog in vulcan.yaml
.
port
can be change or just directly use vulcan catalog -p 4200
.folderPath
also can be change if needed.# change the listen port
catalog:
port: 4200
# change the production packager folder path
node-packager:
catalog-server:
folderPath: dist
docker-packager:
catalog-server:
folderPath: dist
FAQs
Catalog server for VulcanSQL
The npm package @vulcan-sql/catalog-server receives a total of 1 weekly downloads. As such, @vulcan-sql/catalog-server popularity was classified as not popular.
We found that @vulcan-sql/catalog-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.