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

cordova-plugin-pvt-camera

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-pvt-camera - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

2

package.json
{
"name": "cordova-plugin-pvt-camera",
"version": "6.0.1",
"version": "6.0.2",
"description": "Cordova Camera Plugin",

@@ -5,0 +5,0 @@ "types": "./types/index.d.ts",

@@ -45,8 +45,6 @@ /*

expect(Camera.DestinationType.FILE_URI).toBe(1);
expect(Camera.DestinationType.NATIVE_URI).toBe(2);
expect(Camera.DestinationType.QR_CODE).toBe(3);
expect(Camera.DestinationType.QR_CODE).toBe(2);
expect(navigator.camera.DestinationType.DATA_URL).toBe(0);
expect(navigator.camera.DestinationType.FILE_URI).toBe(1);
expect(navigator.camera.DestinationType.NATIVE_URI).toBe(2);
expect(navigator.camera.DestinationType.QR_CODE).toBe(3);
expect(navigator.camera.DestinationType.QR_CODE).toBe(2);
});

@@ -53,0 +51,0 @@

@@ -54,4 +54,3 @@ // Type definitions for Apache Cordova Camera plugin

* FILE_URI : 1, Return image file URI
* NATIVE_URI : 2 Return image native URI
* QR_CODE : 3 Return decoded qr code string
* QR_CODE : 2 Return decoded qr code string
* (e.g., assets-library:// on iOS or content:// on Android)

@@ -58,0 +57,0 @@ */

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