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

@module-federation/runtime-tools

Package Overview
Dependencies
Maintainers
8
Versions
621
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime-tools - npm Package Compare versions

Comparing version 0.0.0-next-20240205220829 to 0.0.0-next-20240223065734

2

dist/package.json
{
"name": "@module-federation/runtime-tools",
"version": "0.0.10",
"version": "0.0.13",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -5,0 +5,0 @@ "main": "./index.cjs.js",

{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20240205220829",
"version": "0.0.0-next-20240223065734",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -41,5 +41,5 @@ "main": "./dist/index.cjs",

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240205220829",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240205220829"
"@module-federation/runtime": "0.0.0-next-20240223065734",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240223065734"
}
}
# `@module-federation/runtime-tools`
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
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`
- `@module-federation/runtime`
- `@module-federation/webpack-bundler-runtime`
Usage
Usage

@@ -16,14 +16,13 @@ ```bash

* import runtime
- import runtime
```ts
import runtime from '@module-federation/runtime-tools'
import runtime from '@module-federation/runtime-tools/runtime'
import runtime from '@module-federation/runtime-tools';
import runtime from '@module-federation/runtime-tools/runtime';
```
* import webpack bundler runtime
- import webpack bundler runtime
```ts
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime'
import webpackBundlerRuntime from '@module-federation/runtime-tools/webpack-bundler-runtime';
```

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc