@feathersjs/socketio
Advanced tools
Comparing version 5.0.12 to 5.0.13
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.13](https://github.com/feathersjs/feathers/compare/v5.0.12...v5.0.13) (2023-12-29) | ||
**Note:** Version bump only for package @feathersjs/socketio | ||
## [5.0.12](https://github.com/feathersjs/feathers/compare/v5.0.11...v5.0.12) (2023-11-28) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "5.0.12", | ||
"version": "5.0.13", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,13 +56,13 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.12", | ||
"@feathersjs/feathers": "^5.0.12", | ||
"@feathersjs/transport-commons": "^5.0.12", | ||
"@feathersjs/commons": "^5.0.13", | ||
"@feathersjs/feathers": "^5.0.13", | ||
"@feathersjs/transport-commons": "^5.0.13", | ||
"socket.io": "^4.7.2" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.12", | ||
"@feathersjs/memory": "^5.0.12", | ||
"@feathersjs/tests": "^5.0.12", | ||
"@feathersjs/express": "^5.0.13", | ||
"@feathersjs/memory": "^5.0.13", | ||
"@feathersjs/tests": "^5.0.13", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.0", | ||
"@types/node": "^20.10.5", | ||
"lodash": "^4.17.21", | ||
@@ -72,5 +72,5 @@ "mocha": "^10.2.0", | ||
"socket.io-client": "^4.7.2", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "9e0aadcee4f6ad45d4b364b7fa6f6caf6c7ed419" | ||
"gitHead": "486f4e781015f05944f3200da277a9e50759f513" | ||
} |
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
62429