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.12 to 5.0.13

4

CHANGELOG.md

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

## [5.0.13](https://github.com/feathersjs/feathers/compare/v5.0.12...v5.0.13) (2023-12-29)
**Note:** Version bump only for package @feathersjs/socketio
## [5.0.12](https://github.com/feathersjs/feathers/compare/v5.0.11...v5.0.12) (2023-11-28)

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

20

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

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

"dependencies": {
"@feathersjs/commons": "^5.0.12",
"@feathersjs/feathers": "^5.0.12",
"@feathersjs/transport-commons": "^5.0.12",
"@feathersjs/commons": "^5.0.13",
"@feathersjs/feathers": "^5.0.13",
"@feathersjs/transport-commons": "^5.0.13",
"socket.io": "^4.7.2"
},
"devDependencies": {
"@feathersjs/express": "^5.0.12",
"@feathersjs/memory": "^5.0.12",
"@feathersjs/tests": "^5.0.12",
"@feathersjs/express": "^5.0.13",
"@feathersjs/memory": "^5.0.13",
"@feathersjs/tests": "^5.0.13",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/node": "^20.10.5",
"lodash": "^4.17.21",

@@ -72,5 +72,5 @@ "mocha": "^10.2.0",

"socket.io-client": "^4.7.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"gitHead": "9e0aadcee4f6ad45d4b364b7fa6f6caf6c7ed419"
"gitHead": "486f4e781015f05944f3200da277a9e50759f513"
}
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