
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
zcatalyst-cli-plugin-react
Advanced tools
The official plugin for Catalyst CLI to develop and deploy React Applications with Catalyst.
ZCatalyst-CLI: To install ZCatalyst-CLI with npm, use this command
npm install -g zcatalyst-cli
Check this documentation to get started with React in Catalyst
Note: zcatalyst-cli of versions 1.11.0 and above supports this plugin.
The Plugin can be installed in two ways and needed to be configured in the catalyst.json configuration file.
Note: When setting up the React App from ZCatalyst-CLI the CLI will take care of the configuration process.
The plugin can be installed in the global NPM node_modules directory and configured as follows
Installation
npm install zcatalyst-cli-plugin-react -g
catalyst.json
{
"client": {
"source": "react-app",
"plugin": "zcatalyst-cli-plugin-react"
}
}
The plugin can be installed in the local node_modules directory of the React App and configured as follows
Installation
# to be executed within the React App directory
npm install zcatalyst-cli-plugin-react --save-dev
catalyst.json
{
"client": {
"source": "react-app",
"plugin": "react-app/node_modules/zcatalyst-cli-plugin-react"
}
}
FAQs
Official react plugin for zcatalyst-cli
The npm package zcatalyst-cli-plugin-react receives a total of 73 weekly downloads. As such, zcatalyst-cli-plugin-react popularity was classified as not popular.
We found that zcatalyst-cli-plugin-react 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.