
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
Local development server for mudb. Makes it easy to start mudb client/server pairs using some opinionated conventions.
npm i mudo
To run mudo, execute the following command:
mudo --client myclient.js --server myserver.js --open
Where myclient.js and myserver.js are implemented as follows:
myclient.js
module.exports = function (muClient) {
// client implementation ...
muClient.start();
}
myserver.js
module.exports = function (muServer) {
// server implementation ...
muServer.start();
}
By default mudo uses mulocal-socket to connect the client and server instances locally. Multiplayer games over muweb-socket can be run by passing the --socket websocket option to mudo.
clientPath to the client script. Defaults to client.js
serverPath to the server script. Defaults to server.js
socketSocket type to use. Possible options:
local: uses mulocal-socket (default)websocket: uses muweb-socketopenOpens a browser window with the socket server contents listed
TODO
Copyright (c) 2017 Mikola Lysenko, Shenzhen Dianmao Technology Company Limited
FAQs
Development framework for prototyping mudb applications
The npm package mudo receives a total of 0 weekly downloads. As such, mudo popularity was classified as not popular.
We found that mudo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.