Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
33
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.6 to 5.0.7

8

CHANGELOG.md

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

## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14)
**Note:** Version bump only for package @feathersjs/socketio
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15)

@@ -8,0 +16,0 @@

24

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

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

"dependencies": {
"@feathersjs/commons": "^5.0.6",
"@feathersjs/feathers": "^5.0.6",
"@feathersjs/transport-commons": "^5.0.6",
"socket.io": "^4.6.2"
"@feathersjs/commons": "^5.0.7",
"@feathersjs/feathers": "^5.0.7",
"@feathersjs/transport-commons": "^5.0.7",
"socket.io": "^4.7.1"
},
"devDependencies": {
"@feathersjs/express": "^5.0.6",
"@feathersjs/memory": "^5.0.6",
"@feathersjs/tests": "^5.0.6",
"@feathersjs/express": "^5.0.7",
"@feathersjs/memory": "^5.0.7",
"@feathersjs/tests": "^5.0.7",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
"@types/node": "^20.4.2",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.6.2",
"typescript": "^5.1.3"
"socket.io-client": "^4.7.1",
"typescript": "^5.1.6"
},
"gitHead": "71ac655d260fbc9aa65cd5b9a6c088f0187ace4e"
"gitHead": "1ab855487d2dfacb114339c634621357bce3a56a"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc