Socket
Socket
Sign inDemoInstall

@module-federation/bridge-react-webpack-plugin

Package Overview
Dependencies
Maintainers
0
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/bridge-react-webpack-plugin - npm Package Compare versions

Comparing version 0.0.0-next-20240715111849 to 0.0.0-next-20240716034052

5

CHANGELOG.md
# @module-federation/bridge-react-webpack-plugin
## 0.0.0-next-20240715111849
## 0.0.0-next-20240716034052
### Patch Changes
- Updated dependencies [00c0f5a]
- @module-federation/sdk@0.0.0-next-20240715111849
- @module-federation/sdk@0.0.0-next-20240716034052

@@ -10,0 +9,0 @@ ## 0.2.6

@@ -43,4 +43,5 @@ "use strict";

compiler.options.resolve = {
...originalResolve,
alias: updatedAlias
// allow this config to be override
alias: updatedAlias,
...originalResolve
};

@@ -47,0 +48,0 @@ }

@@ -42,4 +42,5 @@ var __defProp = Object.defineProperty;

compiler.options.resolve = {
...originalResolve,
alias: updatedAlias
// allow this config to be override
alias: updatedAlias,
...originalResolve
};

@@ -46,0 +47,0 @@ }

4

package.json
{
"name": "@module-federation/bridge-react-webpack-plugin",
"version": "0.0.0-next-20240715111849",
"version": "0.0.0-next-20240716034052",
"publishConfig": {

@@ -20,3 +20,3 @@ "access": "public"

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240715111849"
"@module-federation/sdk": "0.0.0-next-20240716034052"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -47,4 +47,5 @@ import fs from 'node:fs';

compiler.options.resolve = {
// allow this config to be override
alias: updatedAlias,
...originalResolve,
alias: updatedAlias,
};

@@ -51,0 +52,0 @@ }

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