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

react-native-device-info

Package Overview
Dependencies
Maintainers
5
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-device-info - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

5

CHANGELOG.md

@@ -5,2 +5,7 @@ ## Release Notes

### 0.17.2
* Enhance `isTablet()` for android by checking display density (https://github.com/rebeccahughes/react-native-device-info/pull/313)
* Changed iOS target deployment from 9.0 to 8.0 for broader device support (https://github.com/rebeccahughes/react-native-device-info/issues/19)
### 0.17.1

@@ -7,0 +12,0 @@

2

package.json
{
"name": "react-native-device-info",
"version": "0.17.1",
"version": "0.17.2",
"description": "Get device information using react-native",

@@ -5,0 +5,0 @@ "main": "deviceinfo.js",

@@ -710,4 +710,4 @@ # react-native-device-info

> This is IDFV on iOS so it will change if all apps from the current apps vendor have been previously uninstalled.
> * iOS: This is `IDFV` so it will change if all apps from the current apps vendor have been previously uninstalled.
> * android: Prior to Oreo, this id ([ANDROID_ID](https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID)) will always be the same once you set up your phone.
---

@@ -807,3 +807,3 @@

<details>
<summary>[android] - Unable to merge dex / Multiple dex files</summary>
<summary>[android] - Unable to merge dex / Multiple dex files / Problems with `com.google.android.gms`</summary>

@@ -810,0 +810,0 @@ `react-native-device-info` uses `com.google.android.gms:play-services-gcm` to provide [getInstance()][#getinstance].

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