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 23.2.2 to 23.2.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 23.2.3
* Fixed bug where the push notification type was not correctly set during init
## 23.2.2

@@ -2,0 +5,0 @@ * Fixed bug that caused an issue in the deprecated init call

16

CountlyConfig.js

@@ -88,3 +88,3 @@ /**

*
* @param {array of String} consents consents e.g ['location', 'sessions',
* @param {String[]} consents consents e.g ['location', 'sessions',
* 'attribution', 'push', 'events', 'views', 'crashes', 'users', 'push',

@@ -151,4 +151,4 @@ * 'star-rating', 'apm', 'feedback', 'remote-config']

*
* @param {String} allowedIntentClassNames allowedIntentClassNames
* @param {String} allowedIntentPackageNames allowedIntentPackageNames
* @param {String[]} allowedIntentClassNames allowed intent class names
* @param {String[]} allowedIntentPackageNames allowed intent package name
*/

@@ -175,3 +175,5 @@ configureIntentRedirectionCheck(allowedIntentClassNames, allowedIntentPackageNames) {

/// Report direct user attribution
/**
* Report direct user attribution
*/
recordDirectAttribution(campaignType, campaignData) {

@@ -182,4 +184,6 @@ this.campaignType = campaignType;

}
/// Report indirect user attribution
/**
* Report indirect user attribution
*/
recordIndirectAttribution(attributionValues) {

@@ -186,0 +190,0 @@ this.attributionValues = attributionValues;

{
"name": "countly-sdk-react-native-bridge",
"version": "23.2.2",
"version": "23.2.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 too big to display

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