@feathersjs/socketio-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Change Log | ||
## [v1.0.2](https://github.com/feathersjs/socketio-client/tree/v1.0.2) (2018-01-03) | ||
[Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.1...v1.0.2) | ||
**Merged pull requests:** | ||
- Update documentation to correspond with latest release [\#7](https://github.com/feathersjs/socketio-client/pull/7) ([daffl](https://github.com/daffl)) | ||
- Update semistandard to the latest version 🚀 [\#6](https://github.com/feathersjs/socketio-client/pull/6) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
- Update feathers-memory to the latest version 🚀 [\#5](https://github.com/feathersjs/socketio-client/pull/5) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) | ||
## [v1.0.1](https://github.com/feathersjs/socketio-client/tree/v1.0.1) (2017-11-16) | ||
@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/feathersjs/socketio-client/compare/v1.0.0...v1.0.1) |
@@ -1,2 +0,2 @@ | ||
const Service = require('@feathersjs/socket-commons/client'); | ||
const Service = require('@feathersjs/transport-commons/client'); | ||
@@ -3,0 +3,0 @@ function socketioClient (connection, options) { |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"homepage": "https://github.com/feathersjs/socketio-client", | ||
@@ -50,3 +50,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@feathersjs/socket-commons": "^3.0.0" | ||
"@feathersjs/transport-commons": "^3.2.0" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"istanbul": "^1.1.0-alpha.1", | ||
"mocha": "^4.0.1", | ||
"mocha": "^5.0.0", | ||
"semistandard": "^12.0.0", | ||
@@ -63,0 +63,0 @@ "socket.io-client": "^2.0.3" |
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
8071
+ Added@feathersjs/commons@1.4.4(transitive)
+ Added@feathersjs/transport-commons@3.2.0(transitive)
+ Addedradix-router@3.0.1(transitive)
- Removed@feathersjs/socket-commons@^3.0.0
- Removed@feathersjs/socket-commons@3.1.5(transitive)
- Removedurl-pattern@1.0.3(transitive)