Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/react-native-push-notification

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-native-push-notification - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

react-native-push-notification/index.d.ts
// 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>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc