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

cordova-plugin-camera

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-camera - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

doc/index.md

@@ -23,3 +23,3 @@ <!---

This plugin provides an API for taking pictures and for choosing images from
the system's image libarary.
the system's image library.

@@ -26,0 +26,0 @@ cordova plugin add org.apache.cordova.camera

{
"name": "cordova-plugin-camera",
"version": "0.2.8",
"version": "0.2.9",
"description": "Cordova Camera Plugin",

@@ -5,0 +5,0 @@ "cordova": {

@@ -74,1 +74,10 @@ <!--

* CB-1826 Catch OOM on gallery image resize
### 0.2.9 (Apr 17, 2014)
* CB-6460: Update license headers
* CB-6422: [windows8] use cordova/exec/proxy
* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound
* CB-4027, CB-5102, CB-2737, CB-2387: [WP] Fix camera issues, cropping, memory leaks
* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
* [BlackBerry10] Add rim xml namespaces declaration
* Add NOTICE file

@@ -354,2 +354,2 @@ /*

require("cordova/windows8/commandProxy").add("Camera",module.exports);
require("cordova/exec/proxy").add("Camera",module.exports);

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