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-20231222085153 to 0.0.0-next-20231222101023

2

dist/src/webpack-bundler-runtime.d.ts

@@ -1,1 +0,1 @@

export * from '@module-federation/webpack-bundler-runtime';
export { default } from '@module-federation/webpack-bundler-runtime';
export * from "./src/webpack-bundler-runtime";
export { default } from "./src/webpack-bundler-runtime";
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var webpackBundlerRuntime = require('@module-federation/webpack-bundler-runtime');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var webpackBundlerRuntime__default = /*#__PURE__*/_interopDefaultLegacy(webpackBundlerRuntime);
Object.keys(webpackBundlerRuntime).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return webpackBundlerRuntime[k]; }
});
});
module.exports = webpackBundlerRuntime__default["default"];

@@ -1,1 +0,1 @@

export * from '@module-federation/webpack-bundler-runtime';
export { default } from '@module-federation/webpack-bundler-runtime';
{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20231222085153",
"version": "0.0.0-next-20231222101023",
"author": "zhanghang <hanric.zhang@gmail.com>",

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

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20231222085153",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20231222085153"
"@module-federation/runtime": "0.0.0-next-20231222101023",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20231222101023"
}
}

@@ -1,1 +0,1 @@

export * from '@module-federation/webpack-bundler-runtime';
export { default } from '@module-federation/webpack-bundler-runtime';

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