expo-screen-capture
Advanced tools
Comparing version 1.1.1 to 2.0.0
@@ -11,2 +11,8 @@ # Changelog | ||
## 2.0.0 — 2020-11-17 | ||
### 🛠 Breaking changes | ||
- Upgrade `androidx.appcompat` to `1.2.0`. ([#11018](https://github.com/expo/expo/pull/11018) by [@bbarthec](https://github.com/bbarthec)) | ||
## 1.1.1 — 2020-08-20 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "expo-screen-capture", | ||
"version": "1.1.1", | ||
"version": "2.0.0", | ||
"description": "ExpoScreenCapture standalone module", | ||
@@ -33,3 +33,3 @@ "main": "build/ScreenCapture.js", | ||
"dependencies": { | ||
"@unimodules/core": "~5.5.0" | ||
"@unimodules/core": "~6.0.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a90a9f5f7f0782d4b48dd72adfda5d83a8800fc1" | ||
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651" | ||
} |
@@ -20,3 +20,3 @@ # expo-screen-capture | ||
For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/unimodules/react-native-unimodules) before continuing. | ||
For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/expo/expo/tree/master/packages/react-native-unimodules) before continuing. | ||
@@ -23,0 +23,0 @@ ### Add the package to your npm dependencies |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33260
1
+ Added@unimodules/core@6.0.0(transitive)
- Removed@unimodules/core@5.5.1(transitive)
Updated@unimodules/core@~6.0.0