New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fastify-ws

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-ws - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

2

index.js

@@ -17,3 +17,5 @@ 'use strict'

fastify.addHook('onClose', (fastify, done) => fastify.ws.close(done))
next()
})

2

package.json
{
"name": "fastify-ws",
"version": "0.3.1",
"version": "0.4.0",
"description": "Basic WebSocket support for Fastify built on the blazing fast ws and uws libraries.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -47,8 +47,3 @@ # fastify-ws

## TODO
* [ ] Get TAP test suite to finish without resorting to `process.exit()`
## License
Licensed under [MIT](./LICENSE).

@@ -14,4 +14,2 @@ 'use strict'

fastify.addHook('onClose', (fastify, done) => fastify.ws.close(done))
fastify.ready(err => {

@@ -18,0 +16,0 @@ t.error(err)

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