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

react-native-play-install-referrer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-play-install-referrer - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

android/src/main/java/com/uerceg/play_install_referrer/PlayInstallReferrer.java

11

CHANGELOG.md

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

### Version 1.1.6 [29th December 2020]
#### Added
- Added **Example app** chapter to README.
#### Changed
- Unified plugin and example app package names (under the hood changes, no affect on plugin functionality).
---
### Version 1.1.5 [15th September 2020]
#### Fixed
- Fixed issue with multiple callback invocation from native code which caused occasional crashes on some devices (https://github.com/ugi/play-install-referrer-react-native/issues/1).
- Fixed issue with multiple callback invocation from native code which caused occasional crashes on some devices (https://github.com/uerceg/play-install-referrer-react-native/issues/1).

@@ -5,0 +14,0 @@ #### Changed

4

index.d.ts

@@ -5,4 +5,4 @@ //

//
// Created by Uglješa Erceg (@ugi) on 24th April 2020.
// Copyright (c) 2020 Uglješa Erceg. All rights reserved.
// Created by Uglješa Erceg (@uerceg) on 24th April 2020.
// Copyright (c) 2020 uerceg. All rights reserved.
//

@@ -9,0 +9,0 @@

//
// index.js
// play-install-referrer-react-native
// version: 1.1.5
// version: 1.1.6
//
// Created by Uglješa Erceg (@ugi) on 24th April 2020.
// Copyright (c) 2020 Uglješa Erceg. All rights reserved.
// Created by Uglješa Erceg (@uerceg) on 24th April 2020.
// Copyright (c) 2020 uerceg. All rights reserved.
//

@@ -9,0 +9,0 @@

{
"name": "react-native-play-install-referrer",
"version": "1.1.5",
"version": "1.1.6",
"description": "Play Install Referrer Library wrapper for React Native",

@@ -18,3 +18,3 @@ "main": "index.js",

],
"author": "Uglješa Erceg",
"author": "uerceg",
"license": "MIT",

@@ -21,0 +21,0 @@ "bugs": {

@@ -10,3 +10,3 @@ # Play Install Referrer Library wrapper for React Native

<td align="left">Current version:</td>
<td align="left"><a href=../../releases/tag/v1.1.5><b>1.1.5</b></a></td>
<td align="left"><a href=../../releases/tag/v1.1.6><b>1.1.6</b></a></td>
</tr>

@@ -92,4 +92,12 @@ <tr>

## Example app
You can find example app using **react-native-play-install-referrer** plugin inside [**app**](./app) folder of this repository. In case you want to run the app (with re-adding plugin), you can run this command **inside app folder**:
```
yarn remove react-native-play-install-referrer && yarn add ../ && react-native run-android
```
## Todos
List of tasks to be done in this repository can be found in [here](./TODO.md).

@@ -9,3 +9,4 @@ # Security Policy

| ------- | ------------------ |
| 1.1.5 | :white_check_mark: |
| 1.1.6 | :white_check_mark: |
| 1.1.5 | :x: |
| 1.1.4 | :x: |

@@ -12,0 +13,0 @@ | 1.1.3 | :x: |

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