Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
33
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.14 to 5.0.15

4

CHANGELOG.md

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

## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22)
**Note:** Version bump only for package @feathersjs/socketio
## [5.0.14](https://github.com/feathersjs/feathers/compare/v5.0.13...v5.0.14) (2024-01-05)

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

22

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

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

"dependencies": {
"@feathersjs/commons": "^5.0.14",
"@feathersjs/feathers": "^5.0.14",
"@feathersjs/transport-commons": "^5.0.14",
"socket.io": "^4.7.2"
"@feathersjs/commons": "^5.0.15",
"@feathersjs/feathers": "^5.0.15",
"@feathersjs/transport-commons": "^5.0.15",
"socket.io": "^4.7.4"
},
"devDependencies": {
"@feathersjs/express": "^5.0.14",
"@feathersjs/memory": "^5.0.14",
"@feathersjs/tests": "^5.0.14",
"@feathersjs/express": "^5.0.15",
"@feathersjs/memory": "^5.0.15",
"@feathersjs/tests": "^5.0.15",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@types/node": "^20.11.5",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.7.2",
"socket.io-client": "^4.7.4",
"typescript": "^5.3.3"
},
"gitHead": "43e752653271566e8a397a8b82cd6e45fcbc6768"
"gitHead": "a39910e534c5685aa9093b395ca1625ee8b187a6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc