Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
42
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

12

CHANGELOG.md
# Change Log
## [v3.2.1](https://github.com/feathersjs/socketio/tree/v3.2.1) (2018-04-04)
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.2.0...v3.2.1)
**Closed issues:**
- Connection closed before receiving a handshake response [\#113](https://github.com/feathersjs/socketio/issues/113)
- `yarn add @feathersjs/socketio` gets stuck [\#112](https://github.com/feathersjs/socketio/issues/112)
**Merged pull requests:**
- Use latest version of Socket.io \(2.1.0\) [\#115](https://github.com/feathersjs/socketio/pull/115) ([daffl](https://github.com/daffl))
## [v3.2.0](https://github.com/feathersjs/socketio/tree/v3.2.0) (2018-02-09)

@@ -4,0 +16,0 @@ [Full Changelog](https://github.com/feathersjs/socketio/compare/v3.1.0...v3.2.0)

8

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

@@ -51,3 +51,4 @@ "main": "lib/",

"debug": "^3.1.0",
"socket.io": "^2.1.0"
"socket.io": "^2.1.0",
"uberproto": "^2.0.1"
},

@@ -65,5 +66,4 @@ "devDependencies": {

"semistandard": "^12.0.0",
"socket.io-client": "^2.0.0",
"uberproto": "^1.2.0"
"socket.io-client": "^2.0.0"
}
}
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