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
572
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-20241015065721 to 0.0.0-next-20241016062654

dist/index.esm.d.ts

11

dist/index.cjs.js

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

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

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

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

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

{
"name": "@module-federation/runtime-tools",
"version": "0.6.6",
"version": "0.6.10",
"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');

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

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

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

@@ -5,8 +5,4 @@ '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__default["default"];
module.exports = webpackBundlerRuntime;
{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20241015065721",
"version": "0.0.0-next-20241016062654",
"author": "zhanghang <hanric.zhang@gmail.com>",

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

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

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

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

@@ -37,3 +38,3 @@ "build": {

"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],

@@ -78,4 +79,3 @@ "options": {

}
},
"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