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

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

Package Overview
Dependencies
Maintainers
8
Versions
256
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-20240716034052 to 0.0.0-next-20240716093738

5

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

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

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

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

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

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

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

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

4

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

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

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

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

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

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

@@ -52,0 +51,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