@types/react-native-push-notification
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -80,3 +80,3 @@ // Type definitions for react-native-push-notification 5.0 | ||
soundName?: string; | ||
number?: string; | ||
number?: string | number; | ||
repeatType?: "week" | "day" | "hour" | "minute" | "time"; | ||
@@ -83,0 +83,0 @@ repeatTime?: number; |
{ | ||
"name": "@types/react-native-push-notification", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for react-native-push-notification", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1235484395591c62642540afa5bc89eaba9c43adaf152a5eb788e5fe13523608", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "8782ab7f935db8ed8bc923660228bcd49aad51a64b936e3aea96db4ee1be1870", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 19 Aug 2020 23:18:38 GMT | ||
* Last updated: Thu, 03 Sep 2020 21:06:47 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,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
8074