@feathersjs/socketio-client
Advanced tools
Comparing version 1.2.1 to 4.0.0-pre.0
@@ -6,2 +6,22 @@ # Change Log | ||
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21) | ||
### Bug Fixes | ||
* Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803)) | ||
* Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda)) | ||
* Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6)) | ||
### Features | ||
* Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713)) | ||
* Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322)) | ||
* Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591)) | ||
## [1.2.1](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio-client@1.2.0...@feathersjs/socketio-client@1.2.1) (2019-01-02) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@feathersjs/socketio-client", | ||
"description": "The client for Socket.io through feathers-socketio", | ||
"version": "1.2.1", | ||
"version": "4.0.0-pre.0", | ||
"homepage": "https://feathersjs.com", | ||
"main": "lib/index.js", | ||
"types": "index.d.ts", | ||
"keywords": [ | ||
@@ -38,14 +39,15 @@ "feathers", | ||
"dependencies": { | ||
"@feathersjs/transport-commons": "^4.2.1" | ||
"@feathersjs/transport-commons": "^4.0.0-pre.0", | ||
"@types/socket.io-client": "^1.4.32" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/commons": "^4.0.0", | ||
"@feathersjs/feathers": "^3.3.1", | ||
"@feathersjs/socketio": "^3.2.9", | ||
"chai": "^4.1.2", | ||
"feathers-memory": "^2.0.0", | ||
"mocha": "^5.2.0", | ||
"socket.io-client": "^2.0.3" | ||
"@feathersjs/commons": "^4.0.0-pre.0", | ||
"@feathersjs/feathers": "^4.0.0-pre.0", | ||
"@feathersjs/socketio": "^4.0.0-pre.0", | ||
"chai": "^4.2.0", | ||
"feathers-memory": "^3.0.2", | ||
"mocha": "^6.0.2", | ||
"socket.io-client": "^2.2.0" | ||
}, | ||
"gitHead": "8c3a740ada9c9a0a25204d72f8ce982ad2887331" | ||
"gitHead": "f415041c465858436a475302aabc7b8cc75adfef" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
11896
6
39
2
1
+ Added@types/socket.io-client@1.4.36(transitive)