koa-websocket
Advanced tools
Comparing version 5.0.1 to 6.0.0
@@ -5,2 +5,7 @@ # Changelog | ||
## v6.0.0 | ||
* Upgrade ws to 7.0.1, which drops support for Node 6. | ||
* Upgrade dev deps to fix a vuln with js-yaml. | ||
## v5.0.1 | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "koa-websocket", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"description": "Light wrapper around Koa providing a websocket middleware handler that is koa-route compatible.", | ||
@@ -29,16 +29,16 @@ "main": "index.js", | ||
"co": "^4.4.0", | ||
"debug": "^3.1.0", | ||
"koa-compose": "^4.0.0", | ||
"ws": "^5.2.0" | ||
"debug": "^4.0.1", | ||
"koa-compose": "^4.1.0", | ||
"ws": "^7.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.8.2", | ||
"koa": "^2.5.1", | ||
"eslint": "^6.0.1", | ||
"eslint-config-airbnb": "^17.1.1", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-react": "^7.14.2", | ||
"koa": "^2.5.3", | ||
"koa-route": "^3.2.0", | ||
"mocha": "^5.2.0" | ||
"mocha": "^6.1.4" | ||
} | ||
} |
@@ -48,3 +48,3 @@ # koa-websocket | ||
const greenlock = require('greenlock-express'); | ||
const websockify = require('koa-wss'); | ||
const websockify = require('koa-websocket'); | ||
@@ -97,2 +97,2 @@ const le = greenlock.create({ | ||
## License | ||
MIT | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17927
14
97
+ Addeddebug@4.4.0(transitive)
+ Addedws@7.5.10(transitive)
- Removedasync-limiter@1.0.1(transitive)
- Removeddebug@3.2.7(transitive)
- Removedws@5.2.4(transitive)
Updateddebug@^4.0.1
Updatedkoa-compose@^4.1.0
Updatedws@^7.0.1