
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@fedimint/create-fedimint-app
Advanced tools
Compatibility Note: Requires Node.js version 18+, 20+
With NPM:
$ npm create fedimint-app@latest
With Yarn:
$ yarn create fedimint-app
With PNPM:
$ pnpm create fedimint-app
Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Fedimint + React project, run:
# npm 7+, extra double-dash is needed:
npm create fedimint-app@latest my-fedimint-app -- --template vite-react-ts
# yarn
yarn create fedimint-app my-fedimint-app --template vite-react-ts
# pnpm
pnpm create fedimint-app my-fedimint-app --template vite-react-ts
Currently supported template presets include:
vite-react-ts - React + TypeScript template with Fedimint integrationYou can use . for the project name to scaffold in the current directory.
After creating your project, install dependencies and start the dev server:
cd my-fedimint-app
npm install
npm run dev
This will start a development server with hot module replacement. The template includes:
FAQs
## Scaffolding Your First Fedimint App
We found that @fedimint/create-fedimint-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.