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

@feathersjs/socketio-client

Package Overview
Dependencies
Maintainers
3
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio-client - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

6

CHANGELOG.md

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

## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05)
### Bug Fixes
- **dependencies:** Update all dependencies ([#3139](https://github.com/feathersjs/feathers/issues/3139)) ([f24276e](https://github.com/feathersjs/feathers/commit/f24276e9a909e2e58a0730c730258ce1f70f4028))
## [5.0.2](https://github.com/feathersjs/feathers/compare/v5.0.1...v5.0.2) (2023-03-23)

@@ -8,0 +14,0 @@

20

package.json
{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "5.0.2",
"version": "5.0.3",
"homepage": "https://feathersjs.com",

@@ -57,12 +57,12 @@ "main": "lib/",

"dependencies": {
"@feathersjs/feathers": "^5.0.1",
"@feathersjs/transport-commons": "^5.0.1"
"@feathersjs/feathers": "^5.0.3",
"@feathersjs/transport-commons": "^5.0.3"
},
"devDependencies": {
"@feathersjs/commons": "^5.0.1",
"@feathersjs/memory": "^5.0.1",
"@feathersjs/socketio": "^5.0.1",
"@feathersjs/tests": "^5.0.1",
"@feathersjs/commons": "^5.0.3",
"@feathersjs/memory": "^5.0.3",
"@feathersjs/socketio": "^5.0.3",
"@feathersjs/tests": "^5.0.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"@types/node": "^18.15.11",
"mocha": "^10.2.0",

@@ -72,5 +72,5 @@ "shx": "^0.3.4",

"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
},
"gitHead": "9b5239bf12f52f7e6b80405b465dcb1e1c65b623"
"gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa"
}
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