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.2.0 to 7.3.0

13

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

@@ -1,2 +0,2 @@

// Type definitions for react-native-push-notification 7.2
// Type definitions for react-native-push-notification 7.3
// Project: https://github.com/zo0r/react-native-push-notification#readme

@@ -120,2 +120,11 @@ // Definitions by: Paito Anderson <https://github.com/PaitoAnderson>

export enum Importance {
DEFAULT = 3,
HIGH = 4,
LOW = 2,
MIN = 1,
NONE = 0,
UNSPECIFIED = -1000,
}
export class ChannelObject {

@@ -126,3 +135,3 @@ channelId: string;

soundName?: string;
importance?: number;
importance?: Importance;
vibrate?: boolean;

@@ -129,0 +138,0 @@ playSound?: boolean;

4

react-native-push-notification/package.json
{
"name": "@types/react-native-push-notification",
"version": "7.2.0",
"version": "7.3.0",
"description": "TypeScript definitions for react-native-push-notification",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "ec56a1bed224834643df9a0778330a6e2a4a4ab33caac5c9c63a3f1ebdbc754a",
"typesPublisherContentHash": "2697a9ce5e85346c5bb474dad1a19293e61af18fad99bad3f68986a88dc4f561",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Wed, 17 Mar 2021 15:54:11 GMT
* Last updated: Fri, 14 May 2021 17:31:29 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