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

@module-federation/runtime-tools

Package Overview
Dependencies
Maintainers
8
Versions
563
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime-tools - npm Package Compare versions

Comparing version 0.0.0-next-20240822090000 to 0.0.0-next-20240822101913

2

dist/package.json
{
"name": "@module-federation/runtime-tools",
"version": "0.4.0",
"version": "0.5.1",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -5,0 +5,0 @@ "main": "./index.cjs.js",

@@ -6,5 +6,14 @@ 'use strict';

var runtime = require('@module-federation/runtime');
var retryPlugin = require('@module-federation/runtime/retry-plugin');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var retryPlugin__default = /*#__PURE__*/_interopDefaultLegacy(retryPlugin);
Object.defineProperty(exports, 'RetryPlugin', {
enumerable: true,
get: function () { return retryPlugin__default["default"]; }
});
Object.keys(runtime).forEach(function (k) {

@@ -11,0 +20,0 @@ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {

export * from '@module-federation/runtime';
export { default as RetryPlugin } from '@module-federation/runtime/retry-plugin';
export * from '@module-federation/runtime';
export { default as RetryPlugin } from '@module-federation/runtime/retry-plugin';
{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20240822090000",
"version": "0.0.0-next-20240822101913",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -44,5 +44,5 @@ "main": "./dist/index.cjs",

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240822090000",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240822090000"
"@module-federation/runtime": "0.0.0-next-20240822101913",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240822101913"
}
}
export * from '@module-federation/runtime';
export { default as RetryPlugin } from '@module-federation/runtime/retry-plugin';

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