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

feathers-socketio

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-socketio - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

8

index.d.ts

@@ -11,7 +11,9 @@ import 'socket.io';

declare function e(
options: FeathersSockeOptions,
declare function feathersSocketIO(
options?: FeathersSockeOptions,
config?: FeathersSockeOptions
): () => void;
export = e;
declare namespace feathersSocketIO {}
export = feathersSocketIO;
{
"name": "feathers-socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://github.com/feathersjs/feathers-socketio",

@@ -6,0 +6,0 @@ "main": "lib/",

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