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

koa-websocket

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-websocket - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0

LICENCE

5

CHANGELOG.md

@@ -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 @@

22

package.json
{
"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
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