Skip to content

Commit

Permalink
Bump ws version for DoS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kudos committed Jun 1, 2016
1 parent 71450b0 commit 7ec5509
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Note: koa-websockets follows semver.

## v2.0.0

### Improvements

* Bump ws major for DoS fix.

## v1.1.0

### Improvements

* Bump ws for iojs 3.

## v1.0.0

### Improvements
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-websocket",
"version": "1.1.0",
"version": "2.0.0",
"description": "Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.",
"main": "index.js",
"scripts": {
Expand All @@ -27,11 +27,11 @@
"co": "^4.4.0",
"debug": "^2.1.2",
"koa-compose": "^2.3.0",
"ws": "^0.8.0"
"ws": "^1.1.0"
},
"devDependencies": {
"koa": "^1.0.0",
"koa-route": "^2.4.0",
"mocha": "~2.2.5"
"mocha": "^2.5.3"
}
}

0 comments on commit 7ec5509

Please sign in to comment.