Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
create-ivx-app
Advanced tools
create-ivx-app is a generator to create standard-compliant frontend project scaffolding to quickly get started.
both require the same command:
npm i -g create-ivx-app
or yarn add global create-ivx-app
remember to execute this command before every creation to make sure your installation is up-to-date.
cd ~/my-projects
create-ivx-app
This generator repo does not make use of yarn, since it is publically available and restricting usage to machines that have yarn installed would be detrimental. As such, make sure you use npm for installing dependencies, as otherwise the lockfile won't be respected.
This project consists of two projects (a generator which e.g. copies files and a react template project itself). To maintain both you have to do the following steps:
npm i
(IMPORTANT: do not use yarn for this!)npm update
npm run test
templates/react-app
"name": "%%{CREATE_IVX_APP_PROJECT_NAME_SLUG}%%",
from package.json
(we use yarn here to generate the correct lockfile).yarn
yarn upgrade-interactive --latest
package.json
Publish the generator to npm: Before merging the changes, publish a new package version with yarn publish
FAQs
Generator to create tecronomicon compliant frontend project
The npm package create-ivx-app receives a total of 4 weekly downloads. As such, create-ivx-app popularity was classified as not popular.
We found that create-ivx-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.