module
Here are 4,959 public repositories matching this topic...
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
-
Updated
Apr 1, 2022 - TypeScript
Here's inspiration: nuxt-community/auth-module#328 (comment)
A graph database as a Redis module
-
Updated
May 29, 2022 - C
Right now we have _moduleAliases and _moduleDirectories options that we read from package.json. It makes sense to move them into "module-alias": { alias, modules } (names alias, modules can be different, just took them from WebPack https://webpack.js.org/configuration/resolve/)
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
-
Updated
Sep 9, 2021 - JavaScript
Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.
-
Updated
May 10, 2022 - C++
Animated typing in ~400 bytes
-
Updated
Mar 25, 2022 - JavaScript
Placeholder/ Skeleton of React Native
-
Updated
Apr 28, 2022 - JavaScript
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
-
Updated
May 24, 2022 - PHP
Currently, Airshare doesn't have an added layer of security over the code. Adding a password feature would allow for an extra layer of security, especially when sending more sensitive information.
A Qt library to automatically check for updates and install them
-
Updated
Mar 28, 2022 - C++
IP obfuscator made to make a malicious ip a bit cuter
-
Updated
Mar 14, 2019 - Python
Improve this page
Add a description, image, and links to the module topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the module topic, visit your repo's landing page and select "manage topics."


Hi everyone.
I'm working on adopting module federation on my project and I've found something I think it might be a potential bug.
I have one remote, one host application and one components library, the library is declared as ESM module via
"type": "module"in thepackage.json, also both applications and the library consumesstyled-componentsso I declare this dependency as shared.Th