@feathersjs/socketio-client
Advanced tools
Comparing version 4.3.0-pre.1 to 4.3.0-pre.2
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02) | ||
**Note:** Version bump only for package @feathersjs/socketio-client | ||
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "4.3.0-pre.1", | ||
"version": "4.3.0-pre.2", | ||
"homepage": "https://feathersjs.com", | ||
@@ -39,10 +39,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.3.0-pre.1", | ||
"@feathersjs/transport-commons": "^4.3.0-pre.2", | ||
"@types/socket.io-client": "^1.4.32" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.3.0-pre.1", | ||
"@feathersjs/feathers": "^4.3.0-pre.1", | ||
"@feathersjs/socketio": "^4.3.0-pre.1", | ||
"@feathersjs/tests": "^4.3.0-pre.1", | ||
"@feathersjs/commons": "^4.3.0-pre.2", | ||
"@feathersjs/feathers": "^4.3.0-pre.2", | ||
"@feathersjs/socketio": "^4.3.0-pre.2", | ||
"@feathersjs/tests": "^4.3.0-pre.2", | ||
"chai": "^4.2.0", | ||
@@ -53,3 +53,3 @@ "feathers-memory": "^4.0.0", | ||
}, | ||
"gitHead": "e0b7e978ae31d55a168d8257195134e461c4c6fb" | ||
"gitHead": "4d350e5299315df3090a2231ef3caaf795dee994" | ||
} |
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
13279