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

react-native-onesignal

Package Overview
Dependencies
Maintainers
6
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-onesignal - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

android/.idea/encodings.xml

21

index.js

@@ -475,10 +475,5 @@

static sendOutcome(name, callback=()=>{}) {
static sendOutcome(name, callback=function(){}) {
if (!checkIfInitialized()) return;
if (Platform.OS === "ios") {
console.warn("OneSignal.sendOutcome is not yet supported on iOS");
return;
}
invariant(

@@ -492,10 +487,5 @@ typeof callback === 'function',

static sendUniqueOutcome(name, callback=()=>{}) {
static sendUniqueOutcome(name, callback=function(){}) {
if (!checkIfInitialized()) return;
if (Platform.OS === "ios") {
console.warn("OneSignal.sendUniqueOutcome is not yet supported on iOS");
return;
}
invariant(

@@ -509,10 +499,5 @@ typeof callback === 'function',

static sendOutcomeWithValue(name, value, callback=()=>{}) {
static sendOutcomeWithValue(name, value, callback=function(){}) {
if (!checkIfInitialized()) return;
if (Platform.OS === "ios") {
console.warn("OneSignal.sendOutcomeWithValue is not yet supported on iOS");
return;
}
invariant(

@@ -519,0 +504,0 @@ typeof callback === 'function',

{
"name": "react-native-onesignal",
"version": "3.5.0",
"version": "3.6.0",
"description": "React Native OneSignal SDK",

@@ -5,0 +5,0 @@ "main": "index",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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