Socket
Socket
Sign inDemoInstall

@fastify/websocket

Package Overview
Dependencies
Maintainers
20
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 10.0.0 to 10.0.1

2

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

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

@@ -101,2 +101,4 @@ /// <reference types="node" />

export type WebSocket = WebSocket.WebSocket;
export const fastifyWebsocket: FastifyWebsocket

@@ -103,0 +105,0 @@ export { fastifyWebsocket as default }

@@ -1,6 +0,6 @@

import fastifyWebsocket, { WebsocketHandler, fastifyWebsocket as namedFastifyWebsocket, default as defaultFastifyWebsocket } from '..';
import fastifyWebsocket, { WebsocketHandler, fastifyWebsocket as namedFastifyWebsocket, default as defaultFastifyWebsocket, WebSocket } from '..';
import type { IncomingMessage } from "http";
import fastify, { RouteOptions, FastifyRequest, FastifyInstance, FastifyReply, RequestGenericInterface, FastifyBaseLogger, RawServerDefault, FastifySchema, RawRequestDefaultExpression } from 'fastify';
import { expectType } from 'tsd';
import { Server, WebSocket } from 'ws';
import { Server } from 'ws';
import { RouteGenericInterface } from 'fastify/types/route';

@@ -7,0 +7,0 @@ import { TypeBoxTypeProvider } from '@fastify/type-provider-typebox';

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