@feathersjs/socketio
Advanced tools
Comparing version 4.5.9 to 4.5.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08) | ||
**Note:** Version bump only for package @feathersjs/socketio | ||
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "4.5.9", | ||
"version": "4.5.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,3 +52,3 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.9", | ||
"@feathersjs/transport-commons": "^4.5.10", | ||
"@types/socket.io": "^2.1.11", | ||
@@ -60,15 +60,15 @@ "debug": "^4.2.0", | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.9", | ||
"@feathersjs/express": "^4.5.9", | ||
"@feathersjs/feathers": "^4.5.9", | ||
"@feathersjs/tests": "^4.5.9", | ||
"@feathersjs/commons": "^4.5.10", | ||
"@feathersjs/express": "^4.5.10", | ||
"@feathersjs/feathers": "^4.5.10", | ||
"@feathersjs/tests": "^4.5.10", | ||
"@types/mocha": "^8.0.3", | ||
"@types/mongodb": "^3.5.27", | ||
"@types/node": "^14.11.1", | ||
"@types/mongodb": "^3.5.32", | ||
"@types/node": "^14.14.6", | ||
"feathers-memory": "^4.1.0", | ||
"lodash": "^4.17.20", | ||
"mocha": "^8.1.3", | ||
"socket.io-client": "^2.3.0" | ||
"mocha": "^8.2.1", | ||
"socket.io-client": "^2.3.1" | ||
}, | ||
"gitHead": "4f7c3b19e4753e24f7439c1447d0784cf398ace0" | ||
"gitHead": "6fe8fcc2da94d10105c1ef5d4f1a198c2be61b23" | ||
} |
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
36130