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

react-native-adjust

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-adjust - npm Package Compare versions

Comparing version

to
4.37.2

15

CHANGELOG.md

@@ -0,1 +1,14 @@

### Version 4.37.2 (21st March 2024)
#### Fixed
- Fixed occasional crashes caused by not synchronized access to cached IDFA value (https://github.com/adjust/ios_sdk/issues/696).
#### Changed
- Added tracking of `third_party_sharing` and `measurement_consent` packages if invoked before SDK initialization in subsequent SDK initializations.
#### Native SDKs
- [iOS@v4.37.2][ios_sdk_v4.37.2]
- [Android@v4.38.2][android_sdk_v4.38.2]
---
### Version 4.37.1 (30th January 2024)

@@ -620,2 +633,3 @@ #### Fixed

[ios_sdk_v4.37.0]: https://github.com/adjust/ios_sdk/tree/v4.37.0
[ios_sdk_v4.37.2]: https://github.com/adjust/ios_sdk/tree/v4.37.2

@@ -656,1 +670,2 @@ [android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4

[android_sdk_v4.38.1]: https://github.com/adjust/android_sdk/tree/v4.38.1
[android_sdk_v4.38.2]: https://github.com/adjust/android_sdk/tree/v4.38.2

4

index.js

@@ -139,3 +139,3 @@ 'use strict';

Adjust.getSdkVersion = function(callback) {
module_adjust.getSdkVersion("react-native4.37.1", callback);
module_adjust.getSdkVersion("react-native4.37.2", callback);
};

@@ -284,3 +284,3 @@

var AdjustConfig = function(appToken, environment) {
this.sdkPrefix = "react-native4.37.1";
this.sdkPrefix = "react-native4.37.2";
this.appToken = appToken;

@@ -287,0 +287,0 @@ this.environment = environment;

{
"name": "react-native-adjust",
"description": "Adjust React Native SDK",
"version": "4.37.1",
"version": "4.37.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "Adjust",

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

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