@feathersjs/socketio
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) | ||
**Note:** Version bump only for package @feathersjs/socketio | ||
## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,20 +56,20 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.5", | ||
"@feathersjs/feathers": "^5.0.5", | ||
"@feathersjs/transport-commons": "^5.0.5", | ||
"socket.io": "^4.6.1" | ||
"@feathersjs/commons": "^5.0.6", | ||
"@feathersjs/feathers": "^5.0.6", | ||
"@feathersjs/transport-commons": "^5.0.6", | ||
"socket.io": "^4.6.2" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.5", | ||
"@feathersjs/memory": "^5.0.5", | ||
"@feathersjs/tests": "^5.0.5", | ||
"@feathersjs/express": "^5.0.6", | ||
"@feathersjs/memory": "^5.0.6", | ||
"@feathersjs/tests": "^5.0.6", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.11", | ||
"@types/node": "^20.3.1", | ||
"lodash": "^4.17.21", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"socket.io-client": "^4.6.1", | ||
"typescript": "^5.0.3" | ||
"socket.io-client": "^4.6.2", | ||
"typescript": "^5.1.3" | ||
}, | ||
"gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009" | ||
"gitHead": "71ac655d260fbc9aa65cd5b9a6c088f0187ace4e" | ||
} |
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
61097
Updated@feathersjs/commons@^5.0.6
Updated@feathersjs/feathers@^5.0.6
Updatedsocket.io@^4.6.2