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.
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
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.
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.