Is it safe to share code between Microservices?
Briefly

In this approach, a mechanism should be embedded in the build system to identify the Microservices that consume the shared code, test them, and deploy the up-to-date version to keep consistency across the functionalities.
A module is any file or directory in the node_modules directory that the Node.js can load require() function. Only modules that have a package.json file are packages.
If your packages depend on each other, it could make their management difficult.
Read at blog.bitsrc.io
[
add
]
[
|
|
]