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

vanilla-native-federation

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilla-native-federation - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"version": "0.3.0",
"version": "0.3.1",
"name": "vanilla-native-federation",

@@ -4,0 +4,0 @@ "author": "aukevanoost",

@@ -309,10 +309,12 @@ # vanilla-native-federation

Where the options of `moduleVersions` are:
It is possible to optimize the `moduleVersions` using the following parameter options:
| Option | Description |
| ------------------------------ | ----------- |
| "skip-cache" | Skip the cache entirely and fetch all latest versions from remote |
| "all-latest" (default) | Get latest version of all cached modules |
| Record<string,string|"latest"> | Choose which modules+version to load (from cache) |
| Option | Description |
| -------------------------------- | ----------- |
| "skip-cache" | Skip the cache entirely and fetch all latest versions from remote |
| "all-latest" (default) | Get latest version of all cached modules |
| Record<string, string\|"latest"> | Choose which modules+version to load (from cache) |
If a specific module or version doesnt exist in the cache, the loader will fetch the latest manifest from the discovery service and automatically resolves and updates all versions in cache from the new manifest. Note that the third option only loads the modules that are specified so specify all remotes that you are planning on using to prevent dependency errors.
Whenever a specific module or version doesnt exist in the cache, the loader will fetch the latest manifest from the discovery service and automatically resolves and updates all versions in cache from the new manifest.
**Note:** The third option only loads the modules that are specified. Not specifying the loaded remotes can result in the import-map not being able to resolve certain dependencies.
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