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.17 to 5.0.0-pre.18

8

CHANGELOG.md

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

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

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

26

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

@@ -18,3 +19,4 @@ "feathers",

"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
"url": "git://github.com/feathersjs/feathers.git",
"directory": "packages/socketio"
},

@@ -54,20 +56,20 @@ "author": {

"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.17",
"@feathersjs/feathers": "^5.0.0-pre.17",
"@feathersjs/transport-commons": "^5.0.0-pre.17",
"@feathersjs/commons": "^5.0.0-pre.18",
"@feathersjs/feathers": "^5.0.0-pre.18",
"@feathersjs/transport-commons": "^5.0.0-pre.18",
"socket.io": "^4.4.1"
},
"devDependencies": {
"@feathersjs/express": "^5.0.0-pre.17",
"@feathersjs/memory": "^5.0.0-pre.17",
"@feathersjs/tests": "^5.0.0-pre.17",
"@feathersjs/express": "^5.0.0-pre.18",
"@feathersjs/memory": "^5.0.0-pre.18",
"@feathersjs/tests": "^5.0.0-pre.18",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.15",
"@types/node": "^17.0.23",
"lodash": "^4.17.21",
"mocha": "^9.2.0",
"mocha": "^9.2.2",
"shx": "^0.3.4",
"socket.io-client": "^4.4.1",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
},
"gitHead": "d828748e57b40abfaa15710663afed417de14a1d"
"gitHead": "c0b7b67d872dcd6b6d94e4587f21332c8a519b50"
}

@@ -5,2 +5,3 @@ # @feathersjs/socketio

[![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)

@@ -7,0 +8,0 @@ > The Feathers Socket.io real-time API provider

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