connect-orm
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -24,3 +24,3 @@ /*! | ||
* Initialize Store with the given `options`. | ||
* | ||
* | ||
* @param {ORM} db | ||
@@ -42,2 +42,3 @@ * @param {Object} options | ||
type: 'date', | ||
time: true, | ||
index: true | ||
@@ -50,3 +51,3 @@ }, | ||
Session.sync(); // TODO callback | ||
// destroy all expired sessions after each create/update | ||
@@ -71,3 +72,3 @@ Session.afterSave = function(next) { | ||
*/ | ||
Store.prototype.get = function(sid, callback) { | ||
@@ -159,4 +160,4 @@ callback = callback || noop; | ||
}; | ||
return Store; | ||
}; |
{ | ||
"name": "connect-orm", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "orm session store for Connect", | ||
@@ -5,0 +5,0 @@ "keywords": ["connect", "session", "express"], |
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
5600
6
138