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 7.3.2 to 7.3.3

7

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

@@ -7,2 +7,3 @@ // Type definitions for react-native-push-notification 7.3

// Clément Rucheton <https://github.com/rucheton>
// alternacrow <https://github.com/alternacrow>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -27,3 +28,3 @@ // TypeScript Version: 3.5

sound: string;
id: number;
id: string;
action?: string | undefined;

@@ -85,3 +86,3 @@ finish: (fetchResult: string) => void;

/* iOS and Android properties */
id?: number | undefined;
id?: string | number | undefined;
title?: string | undefined;

@@ -113,3 +114,3 @@ message: string;

export class PushNotificationScheduledLocalObject {
id: number;
id: string;
date: Date;

@@ -116,0 +117,0 @@ title: string;

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

@@ -27,2 +27,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-push-notification",

"githubUsername": "rucheton"
},
{
"name": "alternacrow",
"url": "https://github.com/alternacrow",
"githubUsername": "alternacrow"
}

@@ -39,4 +44,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "15b2bceb745bb47def896903e2fabe3925a9c8f3c4a5e9014ba5367c51b88f9f",
"typesPublisherContentHash": "bc18807a30da68e1f3640e7e15ee7ba8ad5f2a5bb4078fc9846b8d3cbec6ec8a",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 26 Aug 2021 15:01:26 GMT
* Last updated: Mon, 25 Oct 2021 07:01:25 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Paito Anderson](https://github.com/PaitoAnderson), [Tom Sawkins](https://github.com/tomSawkins), [Andrew Li](https://github.com/Li357), and [Clément Rucheton](https://github.com/rucheton).
These definitions were written by [Paito Anderson](https://github.com/PaitoAnderson), [Tom Sawkins](https://github.com/tomSawkins), [Andrew Li](https://github.com/Li357), [Clément Rucheton](https://github.com/rucheton), and [alternacrow](https://github.com/alternacrow).
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