New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/dts-plugin

Package Overview
Dependencies
Maintainers
8
Versions
537
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-20240521035527 to 0.0.0-next-20240521071511

9

dist/CHANGELOG.md
# @module-federation/dts-plugin
## 0.1.15
### Patch Changes
- 1227fd6: fix: Avoid the generation type order being affected by the loading timing so that every type occurs
- @module-federation/sdk@0.1.15
- @module-federation/managers@0.1.15
- @module-federation/third-party-dts-extractor@0.1.15
## 0.1.14

@@ -4,0 +13,0 @@

2

dist/core.js

@@ -1295,3 +1295,3 @@ "use strict";

const remoteKeys = [];
const importTypeStr = this.loadedRemoteAPIAlias.map((alias, index) => {
const importTypeStr = this.loadedRemoteAPIAlias.sort().map((alias, index) => {
const remoteKey = `RemoteKeys_${index}`;

@@ -1298,0 +1298,0 @@ const packageType = `PackageType_${index}`;

@@ -1433,3 +1433,3 @@ "use strict";

const remoteKeys = [];
const importTypeStr = this.loadedRemoteAPIAlias.map((alias, index) => {
const importTypeStr = this.loadedRemoteAPIAlias.sort().map((alias, index) => {
const remoteKey = `RemoteKeys_${index}`;

@@ -1436,0 +1436,0 @@ const packageType = `PackageType_${index}`;

{
"name": "@module-federation/dts-plugin",
"version": "0.1.14",
"version": "0.1.15",
"author": "hanric <hanric.zhang@gmail.com>",

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

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

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

"ws": "8.5.0",
"@module-federation/sdk": "0.0.0-next-20240521035527",
"@module-federation/managers": "0.0.0-next-20240521035527",
"@module-federation/third-party-dts-extractor": "0.0.0-next-20240521035527"
"@module-federation/sdk": "0.0.0-next-20240521071511",
"@module-federation/managers": "0.0.0-next-20240521071511",
"@module-federation/third-party-dts-extractor": "0.0.0-next-20240521071511"
},

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

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

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