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

@module-federation/inject-external-runtime-core-plugin

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/inject-external-runtime-core-plugin - npm Package Compare versions

Comparing version 0.0.0-next-20241230030326 to 0.0.0-next-20241231075249

4

dist/index.cjs.js

@@ -27,6 +27,6 @@ 'use strict';

name: 'inject-external-runtime-core-plugin',
version: "0.8.5",
version: "0.8.7",
beforeInit (args) {
const name = args.options.name;
const version = "0.8.5";
const version = "0.8.7";
if (runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE && runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM && (runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM.name !== name || runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM.version !== version)) {

@@ -33,0 +33,0 @@ console.warn(`Detect multiple module federation runtime! Injected runtime from ${runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM.name}@${runtimeCore__namespace.Global._FEDERATION_RUNTIME_CORE_FROM.version} and current is ${name}@${version}, pleasure ensure there is only one consumer to provider runtime!`);

{
"name": "@module-federation/inject-external-runtime-core-plugin",
"version": "0.0.0-next-20241230030326",
"version": "0.0.0-next-20241231075249",
"license": "MIT",

@@ -37,7 +37,7 @@ "description": "A sdk for support module federation",

"peerDependencies": {
"@module-federation/runtime-tools": "0.0.0-next-20241230030326"
"@module-federation/runtime-tools": "0.0.0-next-20241231075249"
},
"devDependencies": {
"@module-federation/runtime-tools": "0.0.0-next-20241230030326"
"@module-federation/runtime-tools": "0.0.0-next-20241231075249"
}
}

Sorry, the diff of this file is not supported yet

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