Socket
Socket
Sign inDemoInstall

@module-federation/webpack-bundler-runtime

Package Overview
Dependencies
Maintainers
8
Versions
519
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-canary-1701694314517 to 0.0.0-canary-1701764602388

2

index.cjs.js

@@ -161,3 +161,3 @@ 'use strict';

if (!remoteName) {
var _extractUrlAndGlobal = _sliced_to_array(extractUrlAndGlobal(remoteInfos[0].request), 2), globalName = _extractUrlAndGlobal[0], _entryUrl = _extractUrlAndGlobal[1];
var _extractUrlAndGlobal = _sliced_to_array(extractUrlAndGlobal(remoteInfos[0].request), 2), _entryUrl = _extractUrlAndGlobal[0], globalName = _extractUrlAndGlobal[1];
remoteName = globalName;

@@ -164,0 +164,0 @@ }

@@ -139,3 +139,3 @@ import * as runtime from '@module-federation/runtime';

if (!remoteName) {
var _extractUrlAndGlobal = _sliced_to_array(extractUrlAndGlobal(remoteInfos[0].request), 2), globalName = _extractUrlAndGlobal[0], _entryUrl = _extractUrlAndGlobal[1];
var _extractUrlAndGlobal = _sliced_to_array(extractUrlAndGlobal(remoteInfos[0].request), 2), _entryUrl = _extractUrlAndGlobal[0], globalName = _extractUrlAndGlobal[1];
remoteName = globalName;

@@ -142,0 +142,0 @@ }

{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.0-canary-1701694314517",
"version": "0.0.0-canary-1701764602388",
"license": "MIT",

@@ -19,5 +19,5 @@ "description": "Module Federation Runtime for webpack",

"dependencies": {
"@module-federation/runtime": "0.0.0-canary-1701694314517"
"@module-federation/runtime": "0.0.0-canary-1701764602388"
},
"peerDependencies": {}
}
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