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

pushy-react-native

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pushy-react-native - npm Package Compare versions

Comparing version 1.0.37 to 1.0.38

9

lib/Pushy.d.ts

@@ -97,2 +97,11 @@ // Type definitions for pushy-react-native

*
* Toggle ignoring push permission denial
*
* @param enabled A boolean indicating whether an error should not be thrown when the push permission is denied by the user.
*/
toggleIgnorePushPermissionDenial(enabled: boolean): void;
/**
* iOS specific.
*
* By default, the SDK will use method swizzling to hook into the iOS AppDelegate's APNs callbacks.

@@ -99,0 +108,0 @@ * You can disable method swizzling by calling this method.

1

lib/Pushy.js

@@ -65,2 +65,3 @@ import { Platform, AppRegistry, NativeModules, NativeEventEmitter } from 'react-native';

Pushy.toggleInAppBanner = () => {};
Pushy.toggleIgnorePushPermissionDenial = () => {};
}

@@ -67,0 +68,0 @@

2

package.json
{
"name": "pushy-react-native",
"version": "1.0.37",
"version": "1.0.38",
"description": "The official Pushy SDK for React Native apps.",

@@ -5,0 +5,0 @@ "main": "lib/Pushy.js",

Sorry, the diff of this file is not supported yet

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