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

@module-federation/data-prefetch

Package Overview
Dependencies
Maintainers
0
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/data-prefetch - npm Package Compare versions

Comparing version 0.0.0-next-20240920075140 to 0.0.0-next-20240922002332

18

CHANGELOG.md

@@ -1,16 +0,18 @@

@module-federation/data-prefetch
# @module-federation/data-prefetch
## 0.0.0-next-20240920075140
## 0.0.0-next-20240922002332
### Patch Changes
- @module-federation/runtime@0.0.0-next-20240920075140
- @module-federation/sdk@0.0.0-next-20240920075140
- Updated dependencies [3837c89]
- Updated dependencies [3837c89]
- Updated dependencies [59e0069]
- @module-federation/runtime@0.0.0-next-20240922002332
- @module-federation/sdk@0.0.0-next-20240922002332
## 1.0.16
## 0.6.6
### Patch Changes
- 3070e26: feat(@module-federation/data-prefetch): support data prefetch in Module Federation
- @module-federation/runtime@0.6.5
- @module-federation/sdk@0.6.5
- @module-federation/runtime@0.6.6
- @module-federation/sdk@0.6.6

@@ -27,4 +27,4 @@ // For a detailed explanation regarding each configuration property, visit:

rootDir: __dirname,
testMatch: ['<rootDir>__tests__/**/**.spec.[jt]s?(x)'],
testPathIgnorePatterns: ['/node_modules/', '/dev/'],
testMatch: ['<rootDir>/__tests__/**/*.spec.[jt]s?(x)'],
testPathIgnorePatterns: ['/node_modules/'],
};
{
"name": "@module-federation/data-prefetch",
"description": "Module Federation Data Prefetch",
"version": "0.0.0-next-20240920075140",
"version": "0.0.0-next-20240922002332",
"author": "nieyan <nyqykk@foxmail.com>",

@@ -88,4 +88,4 @@ "homepage": "https://github.com/module-federation/core",

"fs-extra": "9.1.0",
"@module-federation/sdk": "0.0.0-next-20240920075140",
"@module-federation/runtime": "0.0.0-next-20240920075140"
"@module-federation/sdk": "0.0.0-next-20240922002332",
"@module-federation/runtime": "0.0.0-next-20240922002332"
},

@@ -92,0 +92,0 @@ "scripts": {

@@ -1,1 +0,3 @@

Module Federation Data Prefetch(https://module-federation.io/zh/guide/performance/prefetch.html)
# @module-federation/data-prefetch
See [documentation](https://module-federation.io/zh/guide/performance/prefetch.html) for more details .
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