
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
mikro
aims to simplify developing microservices on nodejs by taking away the need to configure infrastructure. Simply write services with the framework and deploy them by ejecting the infrastructure for use with Docker or K8s. Read more on how to deploy mikro
at Deployment.
Install the framework from npm:
npm install --save @flexwie/mikro
Then use it in your microservice like so:
const { Mikro } = require('@flexwie/mikro')
/*
create a new instance and configure it (optional)
first parameter is the name of your service, second are options for your environement
*/
const mikro = new Mikro('example', {
redis: { // redis connection details
host: 'localhost',
port: 6379,
db: 0
}
})
// ... your microservice code here
// register your new service with the registry
mikro.register()
You can use the included CLI to quickly create a boilerplate. For more information see the CLI Readme.
npx @flexwie/mikro new service_name
mikro
will automatically send health metrics to the registry in the background. You can then use mikro
s functions to help with your service. See detailed information on usage in the wiki.
This project is inspired by the microservice frameworks micro and gizmo in the golang ecosystem and tries to bring the best parts of those and more to NodeJS.
FAQs
True microservices framework for nodeJs
We found that mikro demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.