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
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.29.5 to 4.29.6

14

CHANGELOG.md

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

### Version 4.29.6 (26th January 2022)
#### Added
- Added support to OAID plugin for MSA SDK v1.1.0.
#### Fixed
- Added missing URL strategy constants to `index.d.ts` (https://github.com/adjust/react_native_sdk/issues/157).
#### Native SDKs
- [iOS@v4.29.6][ios_sdk_v4.29.6]
- [Android@v4.28.9][android_sdk_v4.28.9]
---
### Version 4.29.5 (14th December 2021)

@@ -521,1 +534,2 @@ #### Added

[android_sdk_v4.28.8]: https://github.com/adjust/android_sdk/tree/v4.28.8
[android_sdk_v4.28.9]: https://github.com/adjust/android_sdk/tree/v4.28.9

8

index.d.ts
declare module 'react-native-adjust' {
type Environment = 'sandbox' | 'production'
type LogLevel = string
type UrlStrategy = string

@@ -68,3 +69,3 @@ interface AdjustAttribution {

public setExternalDeviceId(externalDeviceId: string): void
public setUrlStrategy(urlStrategy: string): void
public setUrlStrategy(urlStrategy: UrlStrategy): void
public setUserAgent(userAgent: string): void

@@ -127,2 +128,7 @@ public setAppSecret(

static EnvironmentProduction: Environment
static UrlStrategyChina: UrlStrategy
static UrlStrategyIndia: UrlStrategy
static DataResidencyEU: UrlStrategy
static DataResidencyTR: UrlStrategy
static DataResidencyUS: UrlStrategy
}

@@ -129,0 +135,0 @@

4

index.js

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

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

@@ -238,3 +238,3 @@

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

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

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

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

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