Comparing version 0.3.1 to 0.4.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
19064
4
1
21
+ Addedfairmont@0.3.x
+ Addedgeneric-pool@2.0.2
+ Addedredis@0.8.x
+ Addedtypely@0.0.x
+ Addedfairmont@0.3.10.4.1(transitive)
+ Addedgeneric-pool@2.0.2(transitive)
+ Addedredis@0.8.6(transitive)
+ Addedtypely@0.0.0(transitive)
- Removedtestify@~0.1.0
- Removedcolors@0.6.2(transitive)
- Removedtestify@0.1.3(transitive)