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.3 to 5.0.4

6

CHANGELOG.md

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

## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
### Bug Fixes
- Make sure all Readme files are up to date ([#3154](https://github.com/feathersjs/feathers/issues/3154)) ([a5f0b38](https://github.com/feathersjs/feathers/commit/a5f0b38bbf2a11486415a39533bcc6c67fb51e3e))
## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05)

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

16

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

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

"dependencies": {
"@feathersjs/feathers": "^5.0.3",
"@feathersjs/transport-commons": "^5.0.3"
"@feathersjs/feathers": "^5.0.4",
"@feathersjs/transport-commons": "^5.0.4"
},
"devDependencies": {
"@feathersjs/commons": "^5.0.3",
"@feathersjs/memory": "^5.0.3",
"@feathersjs/socketio": "^5.0.3",
"@feathersjs/tests": "^5.0.3",
"@feathersjs/commons": "^5.0.4",
"@feathersjs/memory": "^5.0.4",
"@feathersjs/socketio": "^5.0.4",
"@feathersjs/tests": "^5.0.4",
"@types/mocha": "^10.0.1",

@@ -74,3 +74,3 @@ "@types/node": "^18.15.11",

},
"gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa"
"gitHead": "376e89040991db500f1f327aa699322543315039"
}

@@ -7,3 +7,3 @@ # @feathersjs/socketio-client

> The client for Socket.io Feathers connections
> Client for Socket.io Feathers connections

@@ -18,3 +18,3 @@ ## Installation

Refer to the [Feathers SocketIO API documentation](https://docs.feathersjs.com/api/client/socketio.html) for more details.
Refer to the [Feathers SocketIO API documentation](https://feathersjs.com/api/client/socketio.html) for more details.

@@ -21,0 +21,0 @@ ## License

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