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

koa-session-ioredis

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-session-ioredis - npm Package Compare versions

Comparing version 1.0.5 to 2.0.0

3

index.js

@@ -20,2 +20,3 @@ /**!

var util = require('util');
var wrap = require('co-wrap-all');

@@ -139,2 +140,4 @@ /**

wrap(RedisStore.prototype);
RedisStore.prototype.end = RedisStore.prototype.quit; // End connection SAFELY. The real end() command should never be used, as it cuts off to queue.

3

package.json

@@ -9,3 +9,3 @@ {

"homepage": "https://github.com/ortoo/koa-ioredis",
"version": "1.0.5",
"version": "2.0.0",
"main": "index.js",

@@ -26,2 +26,3 @@ "scripts": {

"dependencies": {
"co-wrap-all": "^1.0.0",
"debug": "~2.2.0"

@@ -28,0 +29,0 @@ },

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