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 3.2.6 to 3.2.7

12

CHANGELOG.md

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

<a name="3.2.7"></a>
## [3.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.6...@feathersjs/socketio@3.2.7) (2018-10-25)
### Bug Fixes
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
<a name="3.2.6"></a>

@@ -8,0 +20,0 @@ ## [3.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.5...@feathersjs/socketio@3.2.6) (2018-09-21)

9

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

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

"scripts": {
"test": "../../node_modules/.bin/mocha --opts ../../mocha.opts"
"test": "mocha --opts ../../mocha.opts"
},

@@ -39,3 +39,3 @@ "directories": {

"dependencies": {
"@feathersjs/transport-commons": "^4.1.5",
"@feathersjs/transport-commons": "^4.1.6",
"debug": "^4.0.0",

@@ -52,5 +52,6 @@ "socket.io": "^2.1.0",

"lodash": "^4.0.1",
"mocha": "^5.2.0",
"socket.io-client": "^2.0.0"
},
"gitHead": "cdbfba98307235cbc6d23a9ec3ae1a9960d12186"
"gitHead": "55de15e1f0986203646a68bbaf6d72c0753e0cdc"
}
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