New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 3.0.3

3

react-native-push-notification/index.d.ts

@@ -25,6 +25,7 @@ // Type definitions for react-native-push-notification 3.0

export class PushNotificationOptions {
export interface PushNotificationOptions {
onRegister?: (token: { os: string, token: string }) => void;
onNotification?: (notification: PushNotification) => void;
senderID?: string;
permissions?: PushNotificationPermissions;
popInitialNotification?: boolean;

@@ -31,0 +32,0 @@ requestPermissions?: boolean;

{
"name": "@types/react-native-push-notification",
"version": "3.0.2",
"version": "3.0.3",
"description": "TypeScript definitions for react-native-push-notification",

@@ -21,8 +21,8 @@ "license": "MIT",

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "8f2fd2e62c765afbe29e19d322a2a8cc184e115a62d41ab447bdc4f1e3b723f9",
"typesPublisherContentHash": "2d54901395d46e7e1dcf05aeb3cb1ed031c71e93390a19cf8df4f47a077bae06",
"typeScriptVersion": "2.3"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-push-notification
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-push-notification
Additional Details
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT
* Last updated: Wed, 03 Oct 2018 18:58:39 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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