New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

countly-sdk-react-native-bridge

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

countly-sdk-react-native-bridge - npm Package Compare versions

Comparing version 20.11.2 to 20.11.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 20.11.3
* Added "disablePushNotifications" method to disable push notifications for iOS.
* Updated underlying android SDK to 20.11.3
## 20.11.2

@@ -2,0 +6,0 @@ * !! Due to cocoapods issue with Xcode 12, we have added the iOS SDK as source code instead of Pod. Due to that change if you have already add the reference of files "CountlyNotificationService.h/m" then you need to update these files references by adding the files from "Pods/Development Pods/CountlyReactNative" and remove the old reference files.

44

Countly.js

@@ -133,5 +133,15 @@ /**

/**
* Disable push notifications feature, by default it is enabled.
* Currently implemented for iOS only
* Should be called before Countly init
*/
Countly.disablePushNotifications = function(){
if (!Platform.OS.match("ios")) return "disablePushNotifications : To be implemented";
CountlyReactNative.disablePushNotifications();
}
/**
*
* Set messaging mode for push notifications
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -153,3 +163,3 @@ Countly.pushTokenType = function(tokenType, channelName, channelDescription){

* This method will ask for permission, enables push notification and send push token to countly server.
* Should be call after Countly init
* Should be called after Countly init
*/

@@ -182,3 +192,3 @@ Countly.askForNotificationPermission = function(){

* Enable countly internal debugging logs
* Should be call before Countly init
* Should be called before Countly init
*

@@ -207,3 +217,3 @@ * @deprecated in 20.04.6

* Set to true if you want to enable countly internal debugging logs
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -228,3 +238,3 @@ Countly.setLoggingEnabled = function(enabled = true){

* Set user initial location
* Should be call before init
* Should be called before init
* @param {ISO Country code for the user's country} countryCode

@@ -259,3 +269,3 @@ * @param {Name of the user's city} city

* Get currently used device Id.
* Should be call after Countly init
* Should be called after Countly init
* */

@@ -286,3 +296,3 @@ Countly.getCurrentDeviceId = async function(){

* Set to "true" if you want HTTP POST to be used for all requests
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -298,3 +308,3 @@ Countly.setHttpPostForced = function(boolean = true){

* Enable crash reporting to report unhandled crashes to Countly
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -379,3 +389,3 @@ Countly.enableCrashReporting = async function(){

* Set the optional salt to be used for calculating the checksum of requested data which will be sent with each request, using the &checksum field
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -389,3 +399,3 @@ Countly.enableParameterTamperingProtection = function(salt){

* It will ensure that connection is made with one of the public keys specified
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -498,3 +508,3 @@ Countly.pinnedCertificates = function(certificateName){

* Set that consent should be required for features to work.
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -519,3 +529,3 @@ Countly.setRequiresConsent = function(flag){

* Give consent for specific features before init.
* Should be call after Countly init
* Should be called after Countly init
*/

@@ -552,3 +562,3 @@ Countly.giveConsentInit = async function(args){

* Give consent for all features
* Should be call after Countly init
* Should be called after Countly init
*/

@@ -729,3 +739,3 @@ Countly.giveAllConsent = function(){

* Events get grouped together and are sent either every minute or after the unsent event count reaches a threshold. By default it is 10
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -779,3 +789,3 @@ Countly.setEventSendThreshold = function(size){

* Enable APM features, which includes the recording of app start time.
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -791,3 +801,3 @@ Countly.enableApm = function(){

* For iOS use "recordAttributionID" instead of "enableAttribution"
* Should be call before Countly init
* Should be called before Countly init
*/

@@ -841,3 +851,3 @@ Countly.enableAttribution = async function(attributionID = "") {

* Call this function when app is loaded, so that the app launch duration can be recorded.
* Should be call after init.
* Should be called after init.
*/

@@ -844,0 +854,0 @@ Countly.appLoadingFinished = async function(){

{
"name": "countly-sdk-react-native-bridge",
"version": "20.11.2",
"version": "20.11.3",
"author": "Countly <hello@count.ly> (https://count.ly/)",

@@ -5,0 +5,0 @@ "bugs": {

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

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