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

@module-federation/dts-plugin

Package Overview
Dependencies
Maintainers
0
Versions
479
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 0.0.0-next-20241120032055 to 0.0.0-next-20241121062244

18

dist/CHANGELOG.md
# @module-federation/dts-plugin
## 0.7.6
### Patch Changes
- @module-federation/sdk@0.7.6
- @module-federation/managers@0.7.6
- @module-federation/third-party-dts-extractor@0.7.6
- @module-federation/error-codes@0.7.6
## 0.7.5
### Patch Changes
- @module-federation/sdk@0.7.5
- @module-federation/managers@0.7.5
- @module-federation/third-party-dts-extractor@0.7.5
- @module-federation/error-codes@0.7.5
## 0.7.4

@@ -4,0 +22,0 @@

@@ -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.4",
"version": "0.7.6",
"author": "hanric <hanric.zhang@gmail.com>",

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

{
"name": "@module-federation/dts-plugin",
"version": "0.0.0-next-20241120032055",
"version": "0.0.0-next-20241121062244",
"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-20241120032055",
"@module-federation/managers": "0.0.0-next-20241120032055",
"@module-federation/third-party-dts-extractor": "0.0.0-next-20241120032055",
"@module-federation/error-codes": "0.0.0-next-20241120032055"
"@module-federation/sdk": "0.0.0-next-20241121062244",
"@module-federation/managers": "0.0.0-next-20241121062244",
"@module-federation/third-party-dts-extractor": "0.0.0-next-20241121062244",
"@module-federation/error-codes": "0.0.0-next-20241121062244"
},

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

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

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

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

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