New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/runtime-tools

Package Overview
Dependencies
Maintainers
8
Versions
733
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

to
0.0.0-next-20240412091739

3

dist/package.json

@@ -14,2 +14,3 @@ {

".": {
"types": "./dist/index.cjs.d.ts",
"import": "./dist/index.esm.js",

@@ -19,2 +20,3 @@ "require": "./dist/index.cjs.js"

"./runtime": {
"types": "./dist/runtime.cjs.d.ts",
"import": "./dist/runtime.esm.js",

@@ -24,2 +26,3 @@ "require": "./dist/runtime.cjs.js"

"./webpack-bundler-runtime": {
"types": "./dist/webpack-bundler-runtime.cjs.d.ts",
"import": "./dist/webpack-bundler-runtime.esm.js",

@@ -26,0 +29,0 @@ "require": "./dist/webpack-bundler-runtime.cjs.js"

9

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

@@ -14,2 +14,3 @@ "main": "./dist/index.cjs",

".": {
"types": "./dist/index.cjs.d.ts",
"import": "./dist/index.esm.js",

@@ -19,2 +20,3 @@ "require": "./dist/index.cjs.js"

"./runtime": {
"types": "./dist/runtime.cjs.d.ts",
"import": "./dist/runtime.esm.js",

@@ -24,2 +26,3 @@ "require": "./dist/runtime.cjs.js"

"./webpack-bundler-runtime": {
"types": "./dist/webpack-bundler-runtime.cjs.d.ts",
"import": "./dist/webpack-bundler-runtime.esm.js",

@@ -44,5 +47,5 @@ "require": "./dist/webpack-bundler-runtime.cjs.js"

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240411125344",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240411125344"
"@module-federation/runtime": "0.0.0-next-20240412091739",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240412091739"
}
}

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