Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/dts-kit

Package Overview
Dependencies
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/dts-kit - npm Package Compare versions

Comparing version 0.0.0-next-20240324065321 to 0.0.0-next-20240324073358

10

dist/index.js

@@ -181,2 +181,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

this._options = options;
this.removeUnSerializationOptions();
this._rpcWorker = createRpcWorker(

@@ -193,2 +194,11 @@ _path2.default.resolve(__dirname, "./forkGenerateDts.js"),

}
removeUnSerializationOptions() {
var _a, _b, _c, _d, _e, _f, _g, _h;
if ((_b = (_a = this._options.remote) == null ? void 0 : _a.moduleFederationConfig) == null ? void 0 : _b.manifest) {
(_d = (_c = this._options.remote) == null ? void 0 : _c.moduleFederationConfig) == null ? true : delete _d.manifest;
}
if ((_f = (_e = this._options.host) == null ? void 0 : _e.moduleFederationConfig) == null ? void 0 : _f.manifest) {
(_h = (_g = this._options.host) == null ? void 0 : _g.moduleFederationConfig) == null ? true : delete _h.manifest;
}
}
get controlledPromise() {

@@ -195,0 +205,0 @@ return this._res;

8

package.json
{
"name": "@module-federation/dts-kit",
"version": "0.0.0-next-20240324065321",
"version": "0.0.0-next-20240324073358",
"description": "Bundler federated types",

@@ -35,5 +35,5 @@ "keywords": [

"fs-extra": "9.1.0",
"@module-federation/dev-server": "0.0.0-next-20240324065321",
"@module-federation/sdk": "0.0.0-next-20240324065321",
"@module-federation/managers": "0.0.0-next-20240324065321"
"@module-federation/dev-server": "0.0.0-next-20240324073358",
"@module-federation/sdk": "0.0.0-next-20240324073358",
"@module-federation/managers": "0.0.0-next-20240324073358"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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