New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-device-info

Package Overview
Dependencies
Maintainers
5
Versions
259
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 5.6.4 to 5.6.5

4

CHANGELOG.md

@@ -5,2 +5,6 @@ <!-- markdownlint-disable MD024 MD034 MD033 -->

## 5.6.5
- fix(hasNotch): add devices Blackview A30 (#1058, thanks @alexnaiman!)
## 5.6.4

@@ -7,0 +11,0 @@

@@ -209,2 +209,5 @@ "use strict";

model: 'Mi A2 Lite'
}, {
brand: 'Blackview',
model: 'A30'
}];

@@ -211,0 +214,0 @@ var _default = devicesWithNotch;

@@ -203,4 +203,7 @@ const devicesWithNotch = [{

model: 'Mi A2 Lite'
}, {
brand: 'Blackview',
model: 'A30'
}];
export default devicesWithNotch;
//# sourceMappingURL=devicesWithNotch.js.map

6

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

@@ -75,4 +75,4 @@ "react-native": "src/index.ts",

"@types/react": "^16.9.46",
"@types/react-native": "^0.63.7",
"eslint": "^7.6.0",
"@types/react-native": "^0.63.8",
"eslint": "^7.7.0",
"eslint-plugin-prettier": "^3.1.3",

@@ -79,0 +79,0 @@ "husky": "^4.2.5",

@@ -268,4 +268,8 @@ import { NotchDevice } from './privateTypes';

},
{
brand: 'Blackview',
model: 'A30',
},
];
export default devicesWithNotch;

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