feathers-socketio
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -11,7 +11,9 @@ import 'socket.io'; | ||
declare function e( | ||
options: FeathersSockeOptions, | ||
declare function feathersSocketIO( | ||
options?: FeathersSockeOptions, | ||
config?: FeathersSockeOptions | ||
): () => void; | ||
export = e; | ||
declare namespace feathersSocketIO {} | ||
export = feathersSocketIO; |
{ | ||
"name": "feathers-socketio", | ||
"description": "The Feathers Socket.io real-time API provider", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"homepage": "https://github.com/feathersjs/feathers-socketio", | ||
@@ -6,0 +6,0 @@ "main": "lib/", |
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
14248
104