reconnecting-websocket
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -13,3 +13,3 @@ interface ReconnectingWebsocket extends WebSocket { | ||
debug?: boolean; | ||
}) => void; | ||
}) => ReconnectingWebsocket; | ||
export = ReconnectingWebsocket; |
@@ -214,3 +214,4 @@ "use strict"; | ||
}; | ||
return this; | ||
}; | ||
module.exports = ReconnectingWebsocket; |
@@ -14,4 +14,4 @@ declare module "index" { | ||
debug?: boolean; | ||
}) => void; | ||
}) => ReconnectingWebsocket; | ||
export = ReconnectingWebsocket; | ||
} |
@@ -215,4 +215,5 @@ define("index", ["require", "exports"], function (require, exports) { | ||
}; | ||
return this; | ||
}; | ||
return ReconnectingWebsocket; | ||
}); |
@@ -250,4 +250,5 @@ /*! | ||
}; | ||
return this as ReconnectingWebsocket; | ||
}; | ||
export = ReconnectingWebsocket; |
{ | ||
"name": "reconnecting-websocket", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Reconnecting WebSocket", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
34166
694