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.0.0-next-20231221095908 to 0.0.0-next-20231222073352

2

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

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

export { ENCODE_NAME_PREFIX, default, } from '@module-federation/webpack-bundler-runtime';
export * from '@module-federation/webpack-bundler-runtime';
export * from "./src/webpack-bundler-runtime";
export { default } from "./src/webpack-bundler-runtime";

@@ -7,15 +7,9 @@ 'use strict';

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var webpackBundlerRuntime__default = /*#__PURE__*/_interopDefaultLegacy(webpackBundlerRuntime);
Object.defineProperty(exports, 'ENCODE_NAME_PREFIX', {
enumerable: true,
get: function () { return webpackBundlerRuntime.ENCODE_NAME_PREFIX; }
Object.keys(webpackBundlerRuntime).forEach(function (k) {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return webpackBundlerRuntime[k]; }
});
});
Object.defineProperty(exports, 'default', {
enumerable: true,
get: function () { return webpackBundlerRuntime__default["default"]; }
});

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

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

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

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

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

export {
ENCODE_NAME_PREFIX,
default,
} from '@module-federation/webpack-bundler-runtime';
export * 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