New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mutual

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutual - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.npmignore

17

package.json
{
"name": "mutual",
"version": "0.0.0",
"version": "0.0.1",
"description": "Scala-inspired Actors that use Redis as a message transport",
"main": "src/mutual.js",
"main": "src/channel.coffee",
"scripts": {

@@ -20,7 +20,16 @@ "test": "rake test"

"distributed",
"queue",
"worker"
],
"author": "Dan Yoder",
"license": "BSD",
"readmeFilename": "README.md"
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"generic-pool": "~2.0.2",
"fairmont": "~0.1.1",
"redis": "~0.8.2"
},
"dependencies": {
"testify": "~0.1.0"
}
}
# Mutual
Allows you to manage tasks using Redis as a message transport.
Mutual is inspired by Scala's Actor model. Concurrency is managed by setting up Channels between participants. Remote channels are implemented by using Redis as a transport.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc