Comparing version 1.0.0 to 1.0.1
@@ -8,1 +8,2 @@ "use strict"; | ||
module.exports = redisess; | ||
//# sourceMappingURL=index.js.map |
@@ -39,1 +39,2 @@ "use strict"; | ||
exports.RedisScript = RedisScript; | ||
//# sourceMappingURL=RedisScript.js.map |
@@ -257,1 +257,2 @@ "use strict"; | ||
exports.Session = Session; | ||
//# sourceMappingURL=Session.js.map |
@@ -320,2 +320,7 @@ "use strict"; | ||
} | ||
if (this._client.status !== 'ready') { | ||
await new Promise(resolve => { | ||
this._client.once('ready', resolve); | ||
}); | ||
} | ||
if (this._timediff == null) | ||
@@ -333,1 +338,2 @@ await this._syncTime(this._client); | ||
exports.SessionManager = SessionManager; | ||
//# sourceMappingURL=SessionManager.js.map |
{ | ||
"name": "redisess", | ||
"description": "Powerful redis session manager for NodeJS", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -24,3 +24,3 @@ | ||
- node >= 6.x | ||
- node >= 8.x | ||
@@ -27,0 +27,0 @@ ## Change log |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
48310
15
906
0