Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
Maintainers
4
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feathersjs/socketio - npm Package Compare versions

Comparing version 5.0.0-pre.16 to 5.0.0-pre.17

8

CHANGELOG.md

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

# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
**Note:** Version bump only for package @feathersjs/socketio
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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

30

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

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

"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@feathersjs/transport-commons": "^5.0.0-pre.16",
"socket.io": "^4.4.0"
"@feathersjs/commons": "^5.0.0-pre.17",
"@feathersjs/feathers": "^5.0.0-pre.17",
"@feathersjs/transport-commons": "^5.0.0-pre.17",
"socket.io": "^4.4.1"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/memory": "^5.0.0-pre.16",
"@feathersjs/tests": "^5.0.0-pre.16",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"@feathersjs/express": "^5.0.0-pre.17",
"@feathersjs/memory": "^5.0.0-pre.17",
"@feathersjs/tests": "^5.0.0-pre.17",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"lodash": "^4.17.21",
"mocha": "^9.1.3",
"shx": "^0.3.3",
"socket.io-client": "^4.4.0",
"typescript": "^4.5.4"
"mocha": "^9.2.0",
"shx": "^0.3.4",
"socket.io-client": "^4.4.1",
"typescript": "^4.5.5"
},
"gitHead": "f0cd227a82d159b528193bd33747c97684a48773"
"gitHead": "d828748e57b40abfaa15710663afed417de14a1d"
}
# @feathersjs/socketio
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/socketio)](https://david-dm.org/feathersjs/feathers?path=packages/socketio)
[![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio)

@@ -21,4 +20,4 @@

Copyright (c) 2021 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
Licensed under the [MIT license](LICENSE).

Sorry, the diff of this file is not supported yet

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