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

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
725
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-20240201082931 to 0.0.0-next-20240201125156

2

dist/share.cjs.js

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

try {
return new Function('return this');
return new Function('return this')();
} catch (e) {

@@ -97,0 +97,0 @@ return globalThis;

@@ -92,3 +92,3 @@ function getBuilderId() {

try {
return new Function('return this');
return new Function('return this')();
} catch (e) {

@@ -95,0 +95,0 @@ return globalThis;

{
"name": "@module-federation/runtime",
"version": "0.0.0-next-20240201082931",
"version": "0.0.0-next-20240201125156",
"author": "zhouxiao <codingzx@gmail.com>",

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240201082931"
"@module-federation/sdk": "0.0.0-next-20240201125156"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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