Socket
Socket
Sign inDemoInstall

@ionic-native/camera

Package Overview
Dependencies
Maintainers
2
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic-native/camera - npm Package Compare versions

Comparing version 3.1.0-alpha.3 to 3.1.0-rc.1

README.md

6

index.d.ts

@@ -94,4 +94,8 @@ export interface CameraOptions {

*
* constructor(private camera: Camera) { }
*
* Camera.getPicture(options).then((imageData) => {
* ...
*
*
* this.camera.getPicture(options).then((imageData) => {
* // imageData is either a base64 encoded string or a file URI

@@ -98,0 +102,0 @@ * // If it's base64:

@@ -23,4 +23,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

*
* constructor(private camera: Camera) { }
*
* Camera.getPicture(options).then((imageData) => {
* ...
*
*
* this.camera.getPicture(options).then((imageData) => {
* // imageData is either a base64 encoded string or a file URI

@@ -27,0 +31,0 @@ * // If it's base64:

4

package.json
{
"name": "@ionic-native/camera",
"version": "3.1.0-alpha.3",
"version": "3.1.0-rc.1",
"description": "Ionic Native - Native plugins for ionic apps",

@@ -10,3 +10,3 @@ "module": "index.js",

"peerDependencies": {
"@ionic-native/core": "3.1.0-alpha.3",
"@ionic-native/core": "3.1.0-rc.1",
"@angular/core": "2.2.1",

@@ -13,0 +13,0 @@ "rxjs": "5.0.0-beta.12"

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