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.6 to 19.2.7

Countly.podspec

21

example/App.js

@@ -13,5 +13,23 @@ import React, { Component } from 'react';

this.config = {};
this.onInit = this.onInit.bind(this);
this.onStart = this.onStart.bind(this);
this.basicEvent = this.basicEvent.bind(this);
this.eventWithSum = this.eventWithSum.bind(this);
this.eventWithSegment = this.eventWithSegment.bind(this);
this.eventWithSumAndSegment = this.eventWithSumAndSegment.bind(this);
this.startEvent = this.startEvent.bind(this);
this.test = this.test.bind(this);
this.onSendUserData = this.onSendUserData.bind(this);
this.userData_setProperty = this.userData_setProperty.bind(this);
this.userData_increment = this.userData_increment.bind(this);
this.userData_multiply = this.userData_multiply.bind(this);
this.userData_saveMax = this.userData_saveMax.bind(this);
this.userData_saveMin = this.userData_saveMin.bind(this);
this.userData_setOnce = this.userData_setOnce.bind(this);
this.changeDeviceId = this.changeDeviceId.bind(this);
this.enableParameterTamperingProtection = this.enableParameterTamperingProtection.bind(this);
};
onInit(){
Countly.init("https://trinisoft.count.ly","f0b2ac6919f718a13821575db28c0e2971e05ec5","","5", "Rate us.", "How would you rate the app?", "Dismiss",false);
Countly.init("https://try.count.ly","0e8a00e8c01395a0af8be0e55da05a404bb23c3e","","5", "Rate us.", "How would you rate the app?", "Dismiss",false);
}

@@ -367,3 +385,2 @@ onStart(){

this.startEvent();
this.endEvent();

@@ -370,0 +387,0 @@ this.onSendUserData();

2

package.json
{
"name": "countly-sdk-react-native-bridge",
"version": "19.02.6",
"version": "19.2.7",
"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