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
1
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 19.2.7 to 19.2.8

27

Countly.js

@@ -24,14 +24,22 @@ /**

// countly initialization
Countly.init = function(serverUrl,appKey, deviceId, starRatingLimit, titleText, messageText, buttonText,consentFlag){
Countly.init = function(serverUrl,
appKey,
deviceId = "",
starRatingAutoSessionCount = "0",
starRatingTitle = "Rate us.",
starRatingMessage = "How would you rate the app?",
starRatingButtonText = "Dismiss",
consentFlag = false
){
Countly.serverUrl = serverUrl;
Countly.appKey = appKey;
var args = [];
args.push(serverUrl || "");
args.push(appKey || "");
args.push(deviceId || "");
args.push(starRatingLimit || "5");
args.push(titleText || "Rate us.");
args.push(messageText || "How would you rate the app?");
args.push(buttonText || "Dismiss");
args.push(consentFlag || false);
args.push(serverUrl);
args.push(appKey);
args.push(deviceId);
args.push(starRatingAutoSessionCount);
args.push(starRatingTitle);
args.push(starRatingMessage);
args.push(starRatingButtonText);
args.push(consentFlag);

@@ -96,3 +104,2 @@ CountlyReactNative.init(args);

// countly enable logger
Countly.setViewTracking = function(boolean){

@@ -99,0 +106,0 @@ CountlyReactNative.setViewTracking([boolean || "false"]);

{
"name": "countly-sdk-react-native-bridge",
"version": "19.2.7",
"version": "19.2.8",
"author": {

@@ -5,0 +5,0 @@ "name": "Trinisoft Technologies",

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