Socket
Socket
Sign inDemoInstall

@module-federation/runtime-tools

Package Overview
Dependencies
Maintainers
8
Versions
468
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.6.0 to 0.6.1

2

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

@@ -5,0 +5,0 @@ "main": "./index.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, {

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.6.0",
"version": "0.6.1",
"author": "zhanghang <hanric.zhang@gmail.com>",

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

"dependencies": {
"@module-federation/runtime": "0.6.0",
"@module-federation/webpack-bundler-runtime": "0.6.0"
"@module-federation/runtime": "0.6.1",
"@module-federation/webpack-bundler-runtime": "0.6.1"
}
}
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