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

@ruanitto/capacitor-camera-preview

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ruanitto/capacitor-camera-preview - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/esm/definitions.d.ts

@@ -28,2 +28,6 @@ declare module "@capacitor/core" {

position?: CameraPosition | string;
/** Defaults to false - Capture images to a file and return back the file path instead of returning base64 encoded data */
storeToFile?: boolean;
/** Defaults to false - Android Only - Disable automatic rotation of the image, and let the browser deal with it (keep reading on how to achieve it) */
disableExifHeaderStripping?: boolean;
}

@@ -30,0 +34,0 @@ export interface CameraPreviewPictureOptions {

2

package.json
{
"name": "@ruanitto/capacitor-camera-preview",
"version": "1.1.1",
"version": "1.1.2",
"description": "Camera preview",

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",

@@ -105,2 +105,4 @@ # Capacitor Camera Preview

| rotateWhenOrientationChanged | boolean | (optional) Rotate preview when orientation changes (applicable to the ios platforms only; default value is true) |
| storeToFile | boolean | (optional) Capture images to a file and return back the file path instead of returning base64 encoded data, default false. |
| disableExifHeaderStripping | boolean | (optional) Disable automatic rotation of the image, and let the browser deal with it, default true (applicable to the android and ios platforms only) |

@@ -107,0 +109,0 @@ <!-- <strong>Options:</strong>

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