Socket
Book a DemoInstallSign in
Socket

@module-federation/dts-plugin

Package Overview
Dependencies
Maintainers
8
Versions
823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.0.0-next-20241114065146

11

dist/CHANGELOG.md
# @module-federation/dts-plugin
## 0.7.3
### Patch Changes
- Updated dependencies [4ab9295]
- Updated dependencies [7facc10]
- @module-federation/error-codes@0.7.3
- @module-federation/managers@0.7.3
- @module-federation/sdk@0.7.3
- @module-federation/third-party-dts-extractor@0.7.3
## 0.7.2

@@ -15,0 +4,0 @@

5

dist/esm/index.js

@@ -331,2 +331,3 @@ import {

const generateTypesFn = getGenerateTypesFn();
let compiledOnce = false;
compiler.hooks.thisCompilation.tap("mf:generateTypes", (compilation) => {

@@ -340,2 +341,5 @@ compilation.hooks.processAssets.tapPromise({

}, () => __async(this, null, function* () {
if (pluginOptions.dev === false && compiledOnce) {
return;
}
try {

@@ -362,2 +366,3 @@ const { zipTypesPath, apiTypesPath, zipName, apiFileName } = retrieveTypesAssetsInfo(finalOptions.remote);

}
compiledOnce = true;
} catch (err) {

@@ -364,0 +369,0 @@ console.error(err);

2

dist/package.json
{
"name": "@module-federation/dts-plugin",
"version": "0.7.3",
"version": "0.7.2",
"author": "hanric <hanric.zhang@gmail.com>",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

{
"name": "@module-federation/dts-plugin",
"version": "0.0.0-next-20241114041727",
"version": "0.0.0-next-20241114065146",
"author": "hanric <hanric.zhang@gmail.com>",

@@ -58,6 +58,6 @@ "main": "./dist/index.js",

"ws": "8.18.0",
"@module-federation/sdk": "0.0.0-next-20241114041727",
"@module-federation/managers": "0.0.0-next-20241114041727",
"@module-federation/third-party-dts-extractor": "0.0.0-next-20241114041727",
"@module-federation/error-codes": "0.0.0-next-20241114041727"
"@module-federation/sdk": "0.0.0-next-20241114065146",
"@module-federation/managers": "0.0.0-next-20241114065146",
"@module-federation/third-party-dts-extractor": "0.0.0-next-20241114065146",
"@module-federation/error-codes": "0.0.0-next-20241114065146"
},

@@ -71,3 +71,3 @@ "devDependencies": {

"vue-tsc": "^2.0.26",
"@module-federation/runtime": "0.0.0-next-20241114041727"
"@module-federation/runtime": "0.0.0-next-20241114065146"
},

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

Sorry, the diff of this file is too big to display

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.