Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
40
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-pre.4 to 3.0.0

3

CHANGELOG.md
# Change Log
## [v3.0.0-pre.4](https://github.com/feathersjs/socketio/tree/v3.0.0-pre.4) (2017-10-25)
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0-pre.3...v3.0.0-pre.4)
## [v3.0.0-pre.3](https://github.com/feathersjs/socketio/tree/v3.0.0-pre.3) (2017-10-22)

@@ -4,0 +7,0 @@ [Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0-pre.2...v3.0.0-pre.3)

@@ -25,2 +25,6 @@ const socketio = require('socket.io');

if (!app.version || app.version < '3.0.0') {
throw new Error('@feathersjs/socketio is not compatible with this version of Feathers. Use the latest at @feathersjs/feathers.');
}
// Promise that resolves with the Socket.io `io` instance

@@ -27,0 +31,0 @@ // when `setup` has been called (with a server)

11

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

@@ -49,3 +49,3 @@ "main": "lib/",

"dependencies": {
"@feathersjs/socket-commons": "^3.0.0-pre.7",
"@feathersjs/socket-commons": "^3.0.0",
"debug": "^3.1.0",

@@ -55,5 +55,6 @@ "socket.io": "^2.0.3"

"devDependencies": {
"@feathersjs/commons": "^1.0.0",
"@feathersjs/express": "^1.0.0-pre.3",
"@feathersjs/feathers": "^3.0.0-pre.3",
"@feathersjs/commons": "^1.2.0",
"@feathersjs/express": "^1.0.0",
"@feathersjs/feathers": "^3.0.0",
"feathers": "^2.2.3",
"feathers-memory": "^1.0.0",

@@ -60,0 +61,0 @@ "istanbul": "^1.1.0-alpha.1",

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