
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@mia-platform/lc39
Advanced tools
The Mia-Platform Node.js service launcher
lc39 is a Command line utility that will launch a Fastify instance configured for serving a Node.js service on Mia-Platform.
To install the package you can run:
npm install @mia-platform/lc39 --save
It is possible to install the next version of the package, which use fastify v3. The version is a release candidate, so it is not yet a stable version and should not be used in production environments (next updates could be breaking). To try it, you can run:
npm install @mia-platform/lc39@next --save
We recommend to install the module locally on every one of your project to be able to
update them indipendently one from the other. To use the locally installed instance you
have to add the following script to your package.json
:
"scripts": {
"start": "lc39 index.js"
},
To see all the options you can add to the cli run:
npx lc39 --help
Now you are ready to code your mia-platform service!
To work properly with lc39 your service main file should follow some rules:
FAQs
The Mia-Platform Node.js service launcher
We found that @mia-platform/lc39 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.