
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
exocom-dev
Advanced tools
This is the development version of the ExoSphere Communication Server.
$ npm i -g exocom-dev
ExoCom can be used via 2 separate APIs.
This is the main way to use ExoComDev by end users (ExoSphere developers).
$ exocom
The default port is 3100. To run it at another port:
$ exocom --port <port number>
More details around configuring the port here.
You can integrate ExoCom into your own NodeJS application through its JavaScript API. The CLI is implemented using the JavaScript API.
new ExoCom
..on 'error', (err) -> # boo!
..on 'listening', (port) -> # woohoo!
..listen 3100
ExoCom broadcasts messages to other services. Services have to register with it first to tell it which messages they want to send and receive.
See our developer guidelines
FAQs
Development version of the Exosphere communication platform
The npm package exocom-dev receives a total of 0 weekly downloads. As such, exocom-dev popularity was classified as not popular.
We found that exocom-dev demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.