@types/react-native-push-notification
Advanced tools
Comparing version 3.0.1 to 3.0.2
// Type definitions for react-native-push-notification 3.0 | ||
// Project: https://github.com/zo0r/react-native-push-notification#readme | ||
// Definitions by: Paito Anderson <https://github.com/PaitoAnderson> | ||
// Tom Sawkins <https://github.com/tomSawkins> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -21,2 +22,3 @@ // TypeScript Version: 2.3 | ||
sound: string; | ||
finish: (fetchResult: string) => void; | ||
} | ||
@@ -81,3 +83,3 @@ | ||
getApplicationIconBadgeNumber(callback: (badgeCount: number) => void): void; | ||
popInitialNotification(): Promise<PushNotification>; | ||
popInitialNotification(callback: (notification: PushNotification | null) => void): void; | ||
abandonPermissions(): void; | ||
@@ -84,0 +86,0 @@ checkPermissions(callback: (permissions: PushNotificationPermissions) => void): void; |
{ | ||
"name": "@types/react-native-push-notification", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for react-native-push-notification", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "PaitoAnderson" | ||
}, | ||
{ | ||
"name": "Tom Sawkins", | ||
"url": "https://github.com/tomSawkins", | ||
"githubUsername": "tomSawkins" | ||
} | ||
@@ -21,4 +26,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0740206000ad7babd100e56ddb7e1d6bbed38a0f9b74101ba5b0c9f32e7ad9e8", | ||
"typesPublisherContentHash": "8f2fd2e62c765afbe29e19d322a2a8cc184e115a62d41ab447bdc4f1e3b723f9", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 02 Jan 2018 20:35:03 GMT | ||
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Paito Anderson <https://github.com/PaitoAnderson>. | ||
These definitions were written by Paito Anderson <https://github.com/PaitoAnderson>, Tom Sawkins <https://github.com/tomSawkins>. |
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
5498
80