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 4.5.1 to 4.5.2

8

CHANGELOG.md

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

## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
**Note:** Version bump only for package @feathersjs/socketio
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)

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

20

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

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

"scripts": {
"test": "mocha --opts ../../mocha.opts"
"test": "mocha --config ../../.mocharc.json"
},

@@ -44,19 +44,19 @@ "directories": {

"dependencies": {
"@feathersjs/transport-commons": "^4.5.1",
"@feathersjs/transport-commons": "^4.5.2",
"@types/socket.io": "^2.1.4",
"debug": "^4.1.1",
"socket.io": "^2.3.0",
"uberproto": "^2.0.4"
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.1",
"@feathersjs/express": "^4.5.1",
"@feathersjs/feathers": "^4.5.1",
"@feathersjs/tests": "^4.5.1",
"@feathersjs/commons": "^4.5.2",
"@feathersjs/express": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/tests": "^4.5.2",
"feathers-memory": "^4.1.0",
"lodash": "^4.17.15",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"socket.io-client": "^2.3.0"
},
"gitHead": "df79afeb0780402fc317af93a86805e420dcfa93"
"gitHead": "9d5871e98d821384dee70b8d3d9af4002f3d052a"
}
# @feathersjs/socketio
[![Build Status](https://travis-ci.org/feathersjs/feathers.svg?branch=master)](https://travis-ci.org/feathersjs/feathers)
[![CI](https://github.com/feathersjs/feathers/workflows/Node.js%20CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3A%22Node.js+CI%22)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/socketio)](https://david-dm.org/feathersjs/feathers?path=packages/socketio)

@@ -5,0 +5,0 @@ [![Download Status](https://img.shields.io/npm/dm/@feathersjs/socketio.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/socketio)

Sorry, the diff of this file is not supported yet

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