Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fedimint/core-web

Package Overview
Dependencies
Maintainers
5
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fedimint/core-web

Shim package that re-exports @fedimint/core. Use that instead.

latest
npmnpm
Version
0.1.3
Version published
Weekly downloads
219
-75%
Maintainers
5
Weekly downloads
 
Created
Source

@fedimint/core-web (deprecated)

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.

Migration

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'

Temporary shim

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

Package last updated on 08 Oct 2025

Did you know?

Socket

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.

Install

Related posts