Socket
Book a DemoInstallSign in
Socket

@module-federation/rspack

Package Overview
Dependencies
Maintainers
8
Versions
816
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/rspack - npm Package Compare versions

Comparing version

to
0.0.0-next-20240529103203

16

dist/index.cjs.js

@@ -98,2 +98,3 @@ 'use strict';

_define_property(this, "_options", void 0);
_define_property(this, "_statsPlugin", void 0);
this._options = options;

@@ -167,6 +168,8 @@ }

if (!disableManifest) {
new manifest.StatsPlugin(options, {
pluginVersion: "0.1.16",
this._statsPlugin = new manifest.StatsPlugin(options, {
pluginVersion: "0.1.15",
bundler: 'rspack'
}).apply(compiler);
});
// @ts-ignore
this._statsPlugin.apply(compiler);
}

@@ -235,2 +238,9 @@ }

}
},
{
key: "statsResourceInfo",
get: function get() {
var _this__statsPlugin;
return (_this__statsPlugin = this._statsPlugin) === null || _this__statsPlugin === void 0 ? void 0 : _this__statsPlugin.resourceInfo;
}
}

@@ -237,0 +247,0 @@ ]);

@@ -94,2 +94,3 @@ import { composeKeyWithSeparator } from '@module-federation/sdk';

_define_property(this, "_options", void 0);
_define_property(this, "_statsPlugin", void 0);
this._options = options;

@@ -163,6 +164,8 @@ }

if (!disableManifest) {
new StatsPlugin(options, {
pluginVersion: "0.1.16",
this._statsPlugin = new StatsPlugin(options, {
pluginVersion: "0.1.15",
bundler: 'rspack'
}).apply(compiler);
});
// @ts-ignore
this._statsPlugin.apply(compiler);
}

@@ -231,2 +234,9 @@ }

}
},
{
key: "statsResourceInfo",
get: function get() {
var _this__statsPlugin;
return (_this__statsPlugin = this._statsPlugin) === null || _this__statsPlugin === void 0 ? void 0 : _this__statsPlugin.resourceInfo;
}
}

@@ -233,0 +243,0 @@ ]);

2

dist/package.json
{
"name": "@module-federation/rspack",
"version": "0.1.16",
"version": "0.1.15",
"license": "MIT",

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

@@ -6,2 +6,3 @@ import { Compiler, RspackPluginInstance } from '@rspack/core';

private _options;
private _statsPlugin?;
constructor(options: moduleFederationPlugin.ModuleFederationPluginOptions);

@@ -12,2 +13,3 @@ private _patchBundlerConfig;

private _patchChunkSplit;
get statsResourceInfo(): Partial<import("@module-federation/manifest").ResourceInfo> | undefined;
}
{
"name": "@module-federation/rspack",
"version": "0.0.0-next-20240529095100",
"version": "0.0.0-next-20240529103203",
"license": "MIT",

@@ -22,7 +22,7 @@ "keywords": [

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240529095100",
"@module-federation/runtime-tools": "0.0.0-next-20240529095100",
"@module-federation/manifest": "0.0.0-next-20240529095100",
"@module-federation/managers": "0.0.0-next-20240529095100",
"@module-federation/dts-plugin": "0.0.0-next-20240529095100"
"@module-federation/sdk": "0.0.0-next-20240529103203",
"@module-federation/runtime-tools": "0.0.0-next-20240529103203",
"@module-federation/manifest": "0.0.0-next-20240529103203",
"@module-federation/managers": "0.0.0-next-20240529103203",
"@module-federation/dts-plugin": "0.0.0-next-20240529103203"
},

@@ -29,0 +29,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.