Socket
Socket
Sign inDemoInstall

@feathersjs/socketio

Package Overview
Dependencies
41
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.1.0

16

CHANGELOG.md
# Change Log
## [v3.0.2](https://github.com/feathersjs/socketio/tree/v3.0.2) (2018-01-03)
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.1...v3.0.2)
**Closed issues:**
- Updated from feathers-socketio to @feathersjs/socketio; error message [\#104](https://github.com/feathersjs/socketio/issues/104)
- How to stop listening to socket server from client service [\#103](https://github.com/feathersjs/socketio/issues/103)
- Options are not passed to socket-io [\#101](https://github.com/feathersjs/socketio/issues/101)
- feathers / graphql using REST / Sockets [\#97](https://github.com/feathersjs/socketio/issues/97)
**Merged pull requests:**
- Update Readme to correspond with latest release [\#106](https://github.com/feathersjs/socketio/pull/106) ([daffl](https://github.com/daffl))
- Update semistandard to the latest version 🚀 [\#105](https://github.com/feathersjs/socketio/pull/105) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update feathers-memory to the latest version 🚀 [\#102](https://github.com/feathersjs/socketio/pull/102) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
## [v3.0.1](https://github.com/feathersjs/socketio/tree/v3.0.1) (2017-11-16)

@@ -4,0 +20,0 @@ [Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0...v3.0.1)

2

lib/index.js
const socketio = require('socket.io');
const Proto = require('uberproto');
const http = require('http');
const commons = require('@feathersjs/socket-commons');
const commons = require('@feathersjs/transport-commons');
const debug = require('debug')('@feathersjs/socketio');

@@ -6,0 +6,0 @@

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

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

"dependencies": {
"@feathersjs/socket-commons": "^3.0.0",
"@feathersjs/transport-commons": "^3.2.0",
"debug": "^3.1.0",

@@ -62,3 +62,3 @@ "socket.io": "^2.0.3"

"lodash": "^4.0.1",
"mocha": "^4.0.0",
"mocha": "^5.0.0",
"request": "^2.69.0",

@@ -65,0 +65,0 @@ "semistandard": "^12.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