Socket
Socket
Sign inDemoInstall

koa-redis

Package Overview
Dependencies
27
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.3 to 3.0.0

coverage/coverage.json

6

History.md

@@ -0,1 +1,7 @@

3.0.0 / 2017-04-17
==================
* feat: wrap to promise and support async function (#30)
2.1.2 / 2016-08-04

@@ -2,0 +8,0 @@ ==================

3

index.js

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

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

@@ -155,2 +156,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.

29

package.json

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

"homepage": "https://github.com/koajs/koa-redis",
"version": "2.1.3",
"version": "3.0.0",
"main": "index.js",

@@ -15,3 +15,3 @@ "scripts": {

"test-only": "mocha --require co-mocha \"test/**/*.test.js\"",
"autod": "autod -w --prefix=~"
"autod": "autod -w --prefix=^ --keep=koa -D co-mocha,mocha,istanbul,autod"
},

@@ -26,16 +26,17 @@ "keywords": [

"dependencies": {
"co-redis": "~2.1.1",
"debug": "~2.3.3",
"redis": "~2.6.3"
"co-redis": "^2.1.1",
"co-wrap-all": "^1.0.0",
"debug": "^2.6.3",
"redis": "^2.7.1"
},
"devDependencies": {
"autod": "2.7.1",
"co-mocha": "~1.1.3",
"connect": "~3.5.0",
"connect-redis": "~3.1.0",
"istanbul": "~0.4.5",
"koa": "~1.2.4",
"koa-generic-session": "~1.11.3",
"mocha": "*",
"should": "~11.1.1"
"autod": "^2.8.0",
"co-mocha": "^1.2.0",
"connect": "^3.6.0",
"connect-redis": "^3.2.0",
"istanbul": "^0.4.5",
"koa": "^1.2.4",
"koa-generic-session": "^1.11.5",
"mocha": "^3.2.0",
"should": "^11.2.1"
},

@@ -42,0 +43,0 @@ "optionalDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc