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.8 to 20.11.9

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 20.11.9
* Automatic crash reporting issue fixed.
* Android background session logging issue fixed.
* Updated underlying android SDK to 20.11.10
* Underlying iOS SDK version is 20.11.1
## 20.11.8

@@ -2,0 +8,0 @@ * For android devices, moving a push related broadcast receiver decleration to the manifest to comply with 'PendingIntent' checks from the Play store

2

Countly.js

@@ -304,2 +304,3 @@ /**

Countly.enableCrashReporting = async function(){
CountlyReactNative.enableCrashReporting();
if (ErrorUtils && !Countly.isCrashReportingEnabled) {

@@ -342,3 +343,2 @@ if(await CountlyReactNative.isLoggingEnabled()) {

Countly.isCrashReportingEnabled = true;
CountlyReactNative.enableCrashReporting();
}

@@ -345,0 +345,0 @@

{
"name": "countly-sdk-react-native-bridge",
"version": "20.11.8",
"version": "20.11.9",
"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

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