Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redisess

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

redisess - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js.map

1

dist/index.js

@@ -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

2

package.json
{
"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

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