@feathersjs/socketio-client
Advanced tools
Comparing version 4.5.4 to 5.0.0-pre.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.5.4", | ||
"version": "5.0.0-pre.0", | ||
"homepage": "https://feathersjs.com", | ||
@@ -43,15 +43,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.5.3", | ||
"@types/socket.io-client": "^1.4.32" | ||
"@feathersjs/transport-commons": "^5.0.0-pre.0", | ||
"@types/socket.io-client": "^1.4.33" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.5.3", | ||
"@feathersjs/feathers": "^4.5.3", | ||
"@feathersjs/socketio": "^4.5.4", | ||
"@feathersjs/tests": "^4.5.3", | ||
"@feathersjs/commons": "^5.0.0-pre.0", | ||
"@feathersjs/feathers": "^5.0.0-pre.0", | ||
"@feathersjs/socketio": "^5.0.0-pre.0", | ||
"@feathersjs/tests": "^5.0.0-pre.0", | ||
"feathers-memory": "^4.1.0", | ||
"mocha": "^7.1.1", | ||
"mocha": "^7.1.2", | ||
"socket.io-client": "^2.3.0" | ||
}, | ||
"gitHead": "3f967d6118bb813bdb45aa69965a4ac16e0a36b3" | ||
"gitHead": "e6b82b809c21da298501a12b82e72e166468994b" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16491
1
+ Added@feathersjs/commons@5.0.31(transitive)
+ Added@feathersjs/errors@5.0.31(transitive)
+ Added@feathersjs/feathers@5.0.31(transitive)
+ Added@feathersjs/hooks@0.9.0(transitive)
+ Added@feathersjs/transport-commons@5.0.31(transitive)
+ Addedencodeurl@2.0.0(transitive)
+ Addedevents@3.3.0(transitive)
- Removed@feathersjs/commons@4.5.16(transitive)
- Removed@feathersjs/errors@4.5.17(transitive)
- Removed@feathersjs/transport-commons@4.5.18(transitive)
- Removeddebug@4.4.0(transitive)
- Removedms@2.1.3(transitive)
- Removedradix-router@3.0.1(transitive)