Socket
Socket
Sign inDemoInstall

@module-federation/rspack

Package Overview
Dependencies
Maintainers
8
Versions
325
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-20240902023803 to 0.0.0-next-20240902075042

7

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) {

@@ -156,0 +153,0 @@ try {

@@ -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) {

@@ -146,0 +143,0 @@ try {

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

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

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

@@ -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