Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-adjust

Package Overview
Dependencies
Maintainers
1
Versions
52
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 4.37.0 to 4.37.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

### Version 4.37.1 (30th January 2024)
#### Fixed
- Marked all Android method parameters as `final` to address compilation errors when trying to access a callback inside of the inner class (https://github.com/adjust/react_native_sdk/issues/226).
#### Native SDKs
- [iOS@v4.37.0][ios_sdk_v4.37.0]
- [Android@v4.38.1][android_sdk_v4.38.1]
---
### Version 4.37.0 (30th January 2024)

@@ -2,0 +12,0 @@ #### Added

4

index.js

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

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

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

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

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

{
"name": "react-native-adjust",
"description": "Adjust React Native SDK",
"version": "4.37.0",
"version": "4.37.1",
"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

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