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

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime - npm Package Compare versions

Comparing version 0.0.0-next-20231225094207 to 0.0.0-next-20231225095220

1

dist/share.cjs.js

@@ -727,3 +727,2 @@ 'use strict';

const defaultResolver = ()=>{
debugger;
if (shareConfig.singleton) {

@@ -730,0 +729,0 @@ if (typeof requiredVersion === 'string' && !satisfy(maxOrSingletonVersion, requiredVersion)) {

@@ -725,3 +725,2 @@ function getBuilderId() {

const defaultResolver = ()=>{
debugger;
if (shareConfig.singleton) {

@@ -728,0 +727,0 @@ if (typeof requiredVersion === 'string' && !satisfy(maxOrSingletonVersion, requiredVersion)) {

4

package.json
{
"name": "@module-federation/runtime",
"version": "0.0.0-next-20231225094207",
"version": "0.0.0-next-20231225095220",
"author": "zhouxiao <codingzx@gmail.com>",

@@ -48,4 +48,4 @@ "main": "./dist/index.cjs",

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20231225094207"
"@module-federation/sdk": "0.0.0-next-20231225095220"
}
}
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