Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.1 to 0.4.0

test/channel.coffee

15

package.json
{
"name": "mutual",
"version": "0.3.1",
"version": "0.4.0",
"description": "Scala-inspired Actors that use Redis as a message transport",

@@ -27,9 +27,10 @@ "main": "src/index.coffee",

"dependencies": {
"generic-pool": "~2.0.2",
"fairmont": "~0.3.x",
"redis": "~0.8.2"
"fairmont": "0.3.x",
"generic-pool": "2.0.2",
"redis": "0.8.x",
"typely": "0.0.x"
},
"dependencies": {
"testify": "~0.1.0"
}
"devDependencies": {
"testify": "0.1.x"
}
}
# Mutual
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.
## Status
Early stage development.

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