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

@module-federation/webpack-bundler-runtime

Package Overview
Dependencies
Maintainers
8
Versions
720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/webpack-bundler-runtime - npm Package Compare versions

Comparing version 0.0.0-next-20240521125425 to 0.0.0-next-20240523080317

dist/container.cjs.d.ts

9

dist/package.json
{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.1.13",
"version": "0.1.15",
"license": "MIT",

@@ -35,2 +35,6 @@ "description": "Module Federation Runtime for webpack",

},
"./container": {
"import": "./dist/container.esm.js",
"require": "./dist/container.cjs.js"
},
"./*": "./*"

@@ -47,3 +51,6 @@ },

}
},
"devDependencies": {
"@module-federation/runtime": "workspace:*"
}
}

13

package.json
{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.0-next-20240521125425",
"version": "0.0.0-next-20240523080317",
"license": "MIT",

@@ -23,4 +23,4 @@ "description": "Module Federation Runtime for webpack",

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240521125425",
"@module-federation/sdk": "0.0.0-next-20240521125425"
"@module-federation/runtime": "0.0.0-next-20240523080317",
"@module-federation/sdk": "0.0.0-next-20240523080317"
},

@@ -36,2 +36,6 @@ "exports": {

},
"./container": {
"import": "./dist/container.esm.js",
"require": "./dist/container.cjs.js"
},
"./*": "./*"

@@ -48,3 +52,6 @@ },

}
},
"devDependencies": {
"@module-federation/runtime": "0.0.0-next-20240523080317"
}
}
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