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
629
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-20241014092946 to 0.0.0-next-20241015060033

11

dist/index.cjs.js

@@ -7,3 +7,4 @@ 'use strict';

function _interopNamespaceDefault(e) {
function _interopNamespace(e) {
if (e && e.__esModule) return e;
var n = Object.create(null);

@@ -21,13 +22,13 @@ if (e) {

}
n.default = e;
n["default"] = e;
return Object.freeze(n);
}
var runtime__namespace = /*#__PURE__*/_interopNamespaceDefault(runtime);
var runtime__namespace = /*#__PURE__*/_interopNamespace(runtime);
exports.default = runtime__namespace;
exports["default"] = runtime__namespace;
Object.keys(runtime).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -34,0 +35,0 @@ get: function () { return runtime[k]; }

{
"name": "@module-federation/runtime-tools",
"version": "0.6.10",
"version": "0.6.6",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -47,2 +47,2 @@ "main": "./index.cjs.js",

}
}
}
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var runtime = require('@module-federation/runtime');

@@ -8,3 +10,3 @@

Object.keys(runtime).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
enumerable: true,

@@ -11,0 +13,0 @@ get: function () { return runtime[k]; }

@@ -5,4 +5,8 @@ 'use strict';

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var webpackBundlerRuntime__default = /*#__PURE__*/_interopDefaultLegacy(webpackBundlerRuntime);
module.exports = webpackBundlerRuntime;
module.exports = webpackBundlerRuntime__default["default"];
{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20241014092946",
"version": "0.0.0-next-20241015060033",
"author": "zhanghang <hanric.zhang@gmail.com>",

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

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

@@ -6,3 +6,2 @@ {

"projectType": "library",
"tags": ["type:pkg"],
"targets": {

@@ -78,3 +77,4 @@ "build": {

}
}
},
"tags": ["type:pkg"]
}

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