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

react-native-device-info

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 2.2.0 to 2.2.1

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

### 2.2.1
* fix: crash on android api level less than 23 (https://github.com/react-native-community/react-native-device-info/pull/714)
### 2.2.0

@@ -7,0 +10,0 @@ * feat: sync some methods from flutter (https://github.com/react-native-community/react-native-device-info/pull/711)

@@ -6,8 +6,9 @@ {

"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.8.3",
"react-native": "0.59.9",
"react": "16.8.6",
"react-native": "0.60.0",
"react-native-device-info": "github:react-native-community/react-native-device-info"

@@ -18,6 +19,8 @@ },

"@babel/runtime": "^7.4.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
"react-test-renderer": "16.8.6"
},

@@ -24,0 +27,0 @@ "jest": {

{
"name": "react-native-device-info",
"version": "2.2.0",
"version": "2.2.1",
"description": "Get device information using react-native",

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

Sorry, the diff of this file is not supported yet