
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@fedimint/core-web
Advanced tools
Deprecated – this package is now a thin compatibility shim that re-exports everything from
@fedimint/core.
We renamed the package to better reflect that the codebase supports multiple JavaScript runtimes, not only browsers. All new development happens under @fedimint/core.
Update your dependencies to point at the new package:
pnpm add @fedimint/core
# or npm install @fedimint/core, yarn add @fedimint/core, etc.
After updating, change your imports accordingly:
- import { xyz } from '@fedimint/core-web'
+ import { xyz } from '@fedimint/core'
This package re-exports @fedimint/core and logs a one-time warning at runtime. It keeps existing projects running while you migrate, but it will be removed in a future release.
If you rely on it, please schedule the migration soon.
FAQs
Shim package that re-exports @fedimint/core. Use that instead.
The npm package @fedimint/core-web receives a total of 177 weekly downloads. As such, @fedimint/core-web popularity was classified as not popular.
We found that @fedimint/core-web demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies