@feathersjs/socketio
Advanced tools
Comparing version 5.0.0-pre.3 to 5.0.0-pre.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13) | ||
**Note:** Version bump only for package @feathersjs/socketio | ||
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "5.0.0-pre.3", | ||
"version": "5.0.0-pre.4", | ||
"homepage": "https://feathersjs.com", | ||
@@ -53,21 +53,21 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.3", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.3", | ||
"socket.io": "^4.0.1" | ||
"@feathersjs/commons": "^5.0.0-pre.4", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.4", | ||
"socket.io": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/adapter-memory": "^5.0.0-pre.3", | ||
"@feathersjs/adapter-memory": "^5.0.0-pre.4", | ||
"@feathersjs/commons": "^5.0.0-pre.2", | ||
"@feathersjs/express": "^5.0.0-pre.3", | ||
"@feathersjs/feathers": "^5.0.0-pre.3", | ||
"@feathersjs/tests": "^5.0.0-pre.3", | ||
"@feathersjs/express": "^5.0.0-pre.4", | ||
"@feathersjs/feathers": "^5.0.0-pre.4", | ||
"@feathersjs/tests": "^5.0.0-pre.4", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.41", | ||
"@types/node": "^15.0.3", | ||
"lodash": "^4.17.21", | ||
"mocha": "^8.3.2", | ||
"mocha": "^8.4.0", | ||
"shx": "^0.3.3", | ||
"socket.io-client": "^4.0.1", | ||
"socket.io-client": "^4.1.1", | ||
"typescript": "^4.2.4" | ||
}, | ||
"gitHead": "d332eaca9945aab0c222413a7e46cec1c0601648" | ||
"gitHead": "d2f1d200b6d9a790a03dc3e6e345f4e0ab726720" | ||
} |
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
52289