Socket
Socket
Sign inDemoInstall

@fastify/websocket

Package Overview
Dependencies
Maintainers
19
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastify/websocket - npm Package Compare versions

Comparing version 8.0.0 to 8.1.0

7

package.json
{
"name": "@fastify/websocket",
"version": "8.0.0",
"version": "8.1.0",
"description": "basic websocket support for fastify",

@@ -29,5 +29,4 @@ "main": "index.js",

"@fastify/pre-commit": "^2.0.2",
"@fastify/type-provider-typebox": "^2.3.0",
"@sinclair/typebox": "^0.25.10",
"@types/node": "^18.15.0",
"@fastify/type-provider-typebox": "^3.2.0",
"@types/node": "^20.1.0",
"@types/ws": "^8.2.2",

@@ -34,0 +33,0 @@ "fastify": "^4.16.0",

@@ -5,3 +5,3 @@ /// <reference types="node" />

import * as fastify from 'fastify';
import * as WebSocket from 'ws';
import WebSocket from 'ws';
import { Duplex, DuplexOptions } from 'stream';

@@ -8,0 +8,0 @@ import { FastifyReply } from 'fastify/types/reply';

Sorry, the diff of this file is not supported yet

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