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

expo-camera

Package Overview
Dependencies
Maintainers
27
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-camera - npm Package Compare versions

Comparing version 11.2.1 to 11.3.0

9

CHANGELOG.md

@@ -13,2 +13,11 @@ # Changelog

## 11.3.0 — 2021-07-19
### 🐛 Bug fixes
- Update video codec validation to properly reject an invalid codec option. ([#13341](https://github.com/expo/expo/pull/13341) by [@ajsmth](https://github.com/ajsmth))
- Add `get/requestMicrophonePermissionsAsync()` and `get/requestCameraPermissionsAsync()` methods to named exports. ([#13621](https://github.com/expo/expo/pull/13621) by [@ajsmth](https://github.com/ajsmth))
- Fix regression in video quality option of recordAsync() ([#13659](https://github.com/expo/expo/pull/13659) by [@ajsmth](https://github.com/ajsmth))
### 💡 Others
## 11.2.1 — 2021-06-24

@@ -15,0 +24,0 @@

4

package.json
{
"name": "expo-camera",
"version": "11.2.1",
"version": "11.3.0",
"description": "A React component that renders a preview for the device's either front or back camera. Camera's parameters like zoom, auto focus, white balance and flash mode are adjustable. With expo-camera, one can also take photos and record videos that are saved to the app's cache. Morever, the component is also capable of detecting faces and bar codes appearing on the preview.",

@@ -45,3 +45,3 @@ "main": "build/index.js",

},
"gitHead": "4fc9d282ff7ab2fa9040b775aeca7c30f5167b17"
"gitHead": "5cc283d3eaaa3dee09b5afbc80cb49b50809e913"
}

@@ -6,2 +6,6 @@ export { default as Camera } from './Camera';

requestPermissionsAsync,
getCameraPermissionsAsync,
requestCameraPermissionsAsync,
getMicrophonePermissionsAsync,
requestMicrophonePermissionsAsync,
CameraCapturedPicture,

@@ -8,0 +12,0 @@ CameraNativeProps,

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

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