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
664
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-20240905014927 to 0.0.0-next-20240905092248

9

dist/runtime.cjs.js

@@ -6,14 +6,5 @@ '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) {

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

1

dist/runtime.esm.js
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';

6

package.json
{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20240905014927",
"version": "0.0.0-next-20240905092248",
"author": "zhanghang <hanric.zhang@gmail.com>",

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

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240905014927",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240905014927"
"@module-federation/runtime": "0.0.0-next-20240905092248",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240905092248"
}
}
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