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.30 to 1.0.31

11

lib/Pushy.js

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

// iOS: Define placeholder method(s) for Android-only functionality
if (Platform.OS === 'ios') {
Pushy.toggleFCM = () => {};
Pushy.setProxyEndpoint = () => {};
Pushy.setNotificationIcon = () => {};
Pushy.setHeartbeatInterval = () => {};
Pushy.setEnterpriseCertificate = () => {};
Pushy.toggleDirectConnectivity = () => {};
Pushy.togglePermissionVerification = () => {};
}
// Expose module
export default Pushy;

2

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

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

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