Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@module-federation/runtime-tools

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime-tools

Module federation runtime package collection. You can just install it instead of installing all the packages separately.


Version published
Weekly downloads
1.2M
increased by112.97%
Maintainers
8
Weekly downloads
 
Created

@module-federation/runtime-tools

Module federation runtime package collection. You can just install it instead of installing all the packages separately.

It includes the following packages:

  • @module-federation/runtime
  • @module-federation/webpack-bundler-runtime

Usage

npm install @module-federation/runtime-tools
  • import runtime
import runtime from '@module-federation/runtime-tools';
import runtime from '@module-federation/runtime-tools/runtime';
  • import webpack bundler runtime
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime';

FAQs

Package last updated on 05 Nov 2024

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