Comparing version 1.0.0 to 1.0.12
@@ -1,1 +0,8 @@ | ||
export {}; | ||
declare function useSSR(): { | ||
isBrowser: boolean; | ||
isServer: boolean; | ||
canUseWorkers: boolean; | ||
canUseEventListeners: boolean; | ||
canUseViewport: boolean; | ||
}; | ||
export default useSSR; |
@@ -23,2 +23,3 @@ "use strict"; | ||
} | ||
exports.default = useSSR; | ||
//# sourceMappingURL=useSSR.js.map |
{ | ||
"name": "use-ssr", | ||
"version": "1.0.0", | ||
"version": "1.0.12", | ||
"description": "☯️ React hook to determine if you're on the server or browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/useSSR.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3881
31
0