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.1 to 4.29.2

10

CHANGELOG.md

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

### Version 4.29.2 (26th July 2021)
#### Fixed
- Removed accidentally added `create-react-native-app` plugin dependency (thanks to @kelleyvanevert).
#### Native SDKs
- [iOS@v4.29.3][ios_sdk_v4.29.3]
- [Android@v4.28.3][android_sdk_v4.28.3]
---
### Version 4.29.1 (21st July 2021)

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

4

index.js

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

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

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

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

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

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

@@ -21,6 +21,3 @@ "author": "Adjust GmbH",

"url": "git://github.com/adjust/react_native_sdk.git"
},
"dependencies": {
"create-react-native-app": "^3.5.3"
}
}
}

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