Socket
Socket
Sign inDemoInstall

koa-redis

Package Overview
Dependencies
25
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.1.0

5

History.md
2.0.1 / 2016-01-12
==================
* fix: missing index.js
2.0.0 / 2016-01-09

@@ -8,0 +3,0 @@ ==================

16

package.json

@@ -9,4 +9,6 @@ {

"homepage": "https://github.com/koajs/koa-redis",
"version": "2.0.1",
"files": ["index.js"],
"version": "2.1.0",
"files": [
"./index.js"
],
"scripts": {

@@ -25,8 +27,8 @@ "test": "istanbul cover node_modules/mocha/bin/_mocha -- --require co-mocha \"test/**/*.test.js\"",

"dependencies": {
"co-redis": "~2.0.0",
"co-redis": "~2.1.0",
"debug": "~2.2.0",
"redis": "~2.4.2"
"redis": "~2.6.0-2"
},
"devDependencies": {
"autod": "2",
"autod": "2.6.0",
"co-mocha": "~1.1.2",

@@ -36,6 +38,6 @@ "connect": "~3.4.0",

"istanbul": "~0.4.1",
"koa": "~1.1.2",
"koa": "~1.2.0",
"koa-generic-session": "~1.10.1",
"mocha": "*",
"should": "~8.0.2"
"should": "~8.3.2"
},

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

@@ -8,2 +8,3 @@ koa-redis

[![David deps][david-image]][david-url]
[![David devDeps][david-dev-image]][david-dev-url]
[![node version][node-image]][node-url]

@@ -19,4 +20,8 @@ [![npm download][download-image]][download-url]

[coveralls-url]: https://coveralls.io/r/koajs/koa-redis?branch=master
[david-image]: https://img.shields.io/david/koajs/koa-redis.svg?style=flat-square
[david-image]: https://img.shields.io/david/koajs/koa-redis.svg?style=flat-square&label=deps
[david-url]: https://david-dm.org/koajs/koa-redis
[david-dev-image]: https://img.shields.io/david/dev/koajs/koa-redis.svg?style=flat-square&label=devDeps
[david-dev-url]: https://david-dm.org/koajs/koa-redis#info=devDependencies
[david-opt-image]: https://img.shields.io/david/optional/koajs/koa-redis.svg?style=flat-square&label=optDeps
[david-opt-url]: https://david-dm.org/koajs/koa-redis#info=devDependencies
[node-image]: https://img.shields.io/node/v/koa-redis.svg?style=flat-square

@@ -105,4 +110,3 @@ [node-url]: http://nodejs.org/download/

- `end`
- `drain`
- `idle`
- `warning`

@@ -140,3 +144,3 @@ ### API

#### session.end()
Alias to `session.quit()`. It is not safe to use the real end function, as it cuts of the queue.
Alias to `session.quit()`. It is not safe to use the real end function, as it cuts off the queue.

@@ -143,0 +147,0 @@ #### session.connected

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