Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio - npm Package Compare versions

Comparing version 5.0.27 to 5.0.28

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10)
**Note:** Version bump only for package @feathersjs/socketio
## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18)

@@ -8,0 +12,0 @@

1

lib/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import http from 'http';

@@ -3,0 +2,0 @@ import { Server, ServerOptions } from 'socket.io';

{
"name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "5.0.27",
"version": "5.0.28",
"homepage": "https://feathersjs.com",

@@ -56,20 +56,20 @@ "main": "lib/",

"dependencies": {
"@feathersjs/commons": "^5.0.27",
"@feathersjs/feathers": "^5.0.27",
"@feathersjs/transport-commons": "^5.0.27",
"@feathersjs/commons": "^5.0.28",
"@feathersjs/feathers": "^5.0.28",
"@feathersjs/transport-commons": "^5.0.28",
"socket.io": "^4.7.5"
},
"devDependencies": {
"@feathersjs/express": "^5.0.27",
"@feathersjs/memory": "^5.0.27",
"@feathersjs/tests": "^5.0.27",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.8",
"@feathersjs/express": "^5.0.28",
"@feathersjs/memory": "^5.0.28",
"@feathersjs/tests": "^5.0.28",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"mocha": "^10.6.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.5",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6"
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3"
}
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