sessionstore
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -113,7 +113,2 @@ 'use strict'; | ||
length: function (callback) { | ||
// memjs doesn't have this function | ||
if (callback) callback(null); | ||
}, | ||
clear: function (callback) { | ||
@@ -120,0 +115,0 @@ this.client.flush(callback || function() {}); |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"private": false, | ||
@@ -14,5 +14,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "1.2.1", | ||
"async": "1.3.0", | ||
"jsondate": "0.0.1", | ||
"lodash": "3.9.3", | ||
"lodash": "3.10.0", | ||
"tolerance": "1.0.0" | ||
@@ -22,2 +22,3 @@ }, | ||
"cradle": ">=0.2.7", | ||
"elasticsearch": "^5.0.0", | ||
"expect.js": ">= 0.1.2", | ||
@@ -24,0 +25,0 @@ "express": ">= 2.5.0", |
@@ -144,2 +144,3 @@ # Introduction | ||
6. memcached ([memjs] (https://github.com/alevy/memjs)) | ||
7. elasticsearch ([elasticsearch] (https://github.com/elastic/elasticsearch-js)) | ||
@@ -146,0 +147,0 @@ |
@@ -0,1 +1,4 @@ | ||
#### v1.2.0 | ||
- added elasticsearch support | ||
#### v1.1.0 | ||
@@ -2,0 +5,0 @@ - session expiration comes from cookie now |
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
38207
20
962
168
10
+ Addedasync@1.3.0(transitive)
+ Addedlodash@3.10.0(transitive)
- Removedasync@1.2.1(transitive)
- Removedlodash@3.9.3(transitive)
Updatedasync@1.3.0
Updatedlodash@3.10.0