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.25.0 to 0.25.1

4

CHANGELOG.md
## Release Notes
### 0.25
### 0.25.0
* Added `isAirPlaneMode()` (https://github.com/rebeccahughes/react-native-device-info/pull/524)
* Compare `hasNotch()` devices with lowercase (https://github.com/rebeccahughes/react-native-device-info/pull/537)
* Added several devices to `hasNotch()` (#533, #549, #550)

@@ -6,0 +8,0 @@ ### 0.24.3

@@ -38,2 +38,6 @@ /**

{
brand: 'google',
model: 'Pixel 3 XL',
},
{
brand: 'Huawei',

@@ -63,26 +67,22 @@ model: 'P20',

{
brand: 'Oppo',
model: 'R15',
brand: 'Leagoo',
model: 'S9',
},
{
brand: 'Oppo',
model: 'R15 Pro',
brand: 'LG',
model: 'G7',
},
{
brand: 'Oppo',
model: 'F7',
brand: 'LG',
model: 'G7 ThinQ',
},
{
brand: 'Vivo',
model: 'V9',
brand: 'LG',
model: 'G7+ ThinQ',
},
{
brand: 'Vivo',
model: 'X21',
brand: 'Nokia',
model: '6.1 Plus',
},
{
brand: 'Vivo',
model: 'X21 UD',
},
{
brand: 'OnePlus',

@@ -108,18 +108,14 @@ model: '6',

{
brand: 'LG',
model: 'G7',
brand: 'Oppo',
model: 'R15',
},
{
brand: 'LG',
model: 'G7 ThinQ',
brand: 'Oppo',
model: 'R15 Pro',
},
{
brand: 'LG',
model: 'G7+ ThinQ',
brand: 'Oppo',
model: 'F7',
},
{
brand: 'Leagoo',
model: 'S9',
},
{
brand: 'Oukitel',

@@ -133,6 +129,14 @@ model: 'U18',

{
brand: 'Nokia',
model: '6.1 Plus',
brand: 'Vivo',
model: 'V9',
},
{
brand: 'Vivo',
model: 'X21',
},
{
brand: 'Vivo',
model: 'X21 UD',
},
{
brand: 'xiaomi',

@@ -143,7 +147,7 @@ model: 'MI 8',

brand: 'xiaomi',
model: 'MI 8 SE',
model: 'MI 8 Explorer Edition',
},
{
brand: 'xiaomi',
model: 'MI 8 Explorer Edition',
model: 'MI 8 SE',
},

@@ -150,0 +154,0 @@ {

{
"name": "react-native-device-info",
"version": "0.25.0",
"version": "0.25.1",
"description": "Get device information using react-native",

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

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