Socket
Socket
Sign inDemoInstall

@module-federation/rspack

Package Overview
Dependencies
Maintainers
8
Versions
326
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 0.0.0-next-20240830062908 to 0.0.0-next-20240830065016

9

dist/index.cjs.js

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

var disableManifest = options.manifest === false;
var disableDts = options.dts === false;
if (!disableDts) {
// @ts-ignore
new dtsPlugin.DtsPlugin(options).apply(compiler);
}
// @ts-ignore
new dtsPlugin.DtsPlugin(options).apply(compiler);
if (!disableManifest && options.exposes) {

@@ -181,3 +178,3 @@ try {

this._statsPlugin = new manifest.StatsPlugin(options, {
pluginVersion: "0.6.0",
pluginVersion: "0.5.1",
bundler: 'rspack'

@@ -184,0 +181,0 @@ });

@@ -139,7 +139,4 @@ import { composeKeyWithSeparator } from '@module-federation/sdk';

var disableManifest = options.manifest === false;
var disableDts = options.dts === false;
if (!disableDts) {
// @ts-ignore
new DtsPlugin(options).apply(compiler);
}
// @ts-ignore
new DtsPlugin(options).apply(compiler);
if (!disableManifest && options.exposes) {

@@ -171,3 +168,3 @@ try {

this._statsPlugin = new StatsPlugin(options, {
pluginVersion: "0.6.0",
pluginVersion: "0.5.1",
bundler: 'rspack'

@@ -174,0 +171,0 @@ });

{
"name": "@module-federation/rspack",
"version": "0.6.0",
"version": "0.5.1",
"license": "MIT",

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

{
"name": "@module-federation/rspack",
"version": "0.0.0-next-20240830062908",
"version": "0.0.0-next-20240830065016",
"license": "MIT",

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240830062908",
"@module-federation/bridge-react-webpack-plugin": "0.0.0-next-20240830062908",
"@module-federation/runtime-tools": "0.0.0-next-20240830062908",
"@module-federation/manifest": "0.0.0-next-20240830062908",
"@module-federation/managers": "0.0.0-next-20240830062908",
"@module-federation/dts-plugin": "0.0.0-next-20240830062908"
"@module-federation/sdk": "0.0.0-next-20240830065016",
"@module-federation/bridge-react-webpack-plugin": "0.0.0-next-20240830065016",
"@module-federation/runtime-tools": "0.0.0-next-20240830065016",
"@module-federation/manifest": "0.0.0-next-20240830065016",
"@module-federation/managers": "0.0.0-next-20240830065016",
"@module-federation/dts-plugin": "0.0.0-next-20240830065016"
},

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

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