@fastify/websocket
Advanced tools
Comparing version 7.1.2 to 7.1.3
@@ -194,4 +194,4 @@ 'use strict' | ||
module.exports = fp(fastifyWebsocket, { | ||
fastify: '>= 3.11.0', | ||
fastify: '>= 4.0.0', | ||
name: '@fastify/websocket' | ||
}) |
{ | ||
"name": "@fastify/websocket", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "basic websocket support for fastify", | ||
@@ -31,8 +31,9 @@ "main": "index.js", | ||
"@sinclair/typebox": "^0.25.10", | ||
"@types/node": "^18.15.0", | ||
"@types/ws": "^8.2.2", | ||
"fastify": "^4.0.0-rc.2", | ||
"fastify": "^4.0.0", | ||
"split2": "^4.1.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.25.0" | ||
"tsd": "^0.26.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "dependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
81078
5
10