@feathersjs/socketio
Advanced tools
Comparing version 4.5.7 to 4.5.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12) | ||
**Note:** Version bump only for package @feathersjs/socketio | ||
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "4.5.7", | ||
"version": "4.5.8", | ||
"homepage": "https://feathersjs.com", | ||
@@ -14,4 +14,4 @@ "main": "lib/", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/feathers" | ||
"type": "github", | ||
"url": "https://github.com/sponsors/daffl" | ||
}, | ||
@@ -34,2 +34,11 @@ "repository": { | ||
}, | ||
"files": [ | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"README.md", | ||
"src/**", | ||
"lib/**", | ||
"*.d.ts", | ||
"*.js" | ||
], | ||
"scripts": { | ||
@@ -45,3 +54,3 @@ "test": "mocha --config ../../.mocharc.json" | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.7", | ||
"@feathersjs/transport-commons": "^4.5.8", | ||
"@types/socket.io": "^2.1.10", | ||
@@ -53,6 +62,6 @@ "debug": "^4.1.1", | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.7", | ||
"@feathersjs/express": "^4.5.7", | ||
"@feathersjs/feathers": "^4.5.7", | ||
"@feathersjs/tests": "^4.5.7", | ||
"@feathersjs/commons": "^4.5.8", | ||
"@feathersjs/express": "^4.5.8", | ||
"@feathersjs/feathers": "^4.5.8", | ||
"@feathersjs/tests": "^4.5.8", | ||
"@types/mocha": "^8.0.0", | ||
@@ -66,3 +75,3 @@ "@types/mongodb": "^3.5.25", | ||
}, | ||
"gitHead": "a1a8ee535b4337ff8132858095eabf0969c3b6d3" | ||
"gitHead": "5df52715647ea14cf1bd1fe295ae0eaa9857d70a" | ||
} |
# @feathersjs/socketio | ||
[![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) | ||
[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI) | ||
[![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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35812