@types/react-detect-offline
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -15,2 +15,3 @@ // Type definitions for react-detect-offline 2.4 | ||
export interface BaseProps { | ||
children?: React.ReactNode; | ||
onChange?: (online: boolean) => void | undefined; | ||
@@ -17,0 +18,0 @@ wrapperType?: string; |
{ | ||
"name": "@types/react-detect-offline", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "TypeScript definitions for react-detect-offline", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-detect-offline", | ||
}, | ||
"typesPublisherContentHash": "af875a05dbc4394367600121b96adbfbd43e770a0e8a7aadf65d27a45095da5c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "a4266243023b9eea0c05321223a1e29b22fc68143063f4b8cfd6d0deec9ba8ef", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -25,2 +25,3 @@ # Installation | ||
export interface BaseProps { | ||
children?: React.ReactNode; | ||
onChange?: (online: boolean) => void | undefined; | ||
@@ -56,3 +57,3 @@ wrapperType?: string; | ||
### Additional Details | ||
* Last updated: Fri, 30 Jul 2021 20:31:32 GMT | ||
* Last updated: Thu, 14 Oct 2021 10:01:29 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -59,0 +60,0 @@ * Global values: none |
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
5804
39
62