feathers-socketio
Advanced tools
Comparing version 1.5.0 to 1.5.1
declare function socketio(connections:any, options?:any):void; | ||
declare function socketio(connections:any, options?:any):Function; | ||
declare namespace socketio{} | ||
@@ -5,0 +5,0 @@ export = socketio; |
{ | ||
"name": "feathers-socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"homepage": "https://github.com/feathersjs/feathers-socketio", | ||
@@ -75,3 +75,3 @@ "main": "lib/", | ||
"feathers-commons": "^0.8.0", | ||
"feathers-hooks": "^1.5.2", | ||
"feathers-hooks": "^1.8.0", | ||
"feathers-memory": "^1.0.0", | ||
@@ -78,0 +78,0 @@ "istanbul": "^1.1.0-alpha.1", |
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
14178