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

danielleushuis-capacitor-camera-preview

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

danielleushuis-capacitor-camera-preview - npm Package Compare versions

Comparing version 0.0.1-beta.20 to 0.0.1-beta.21

CameraPreviewCapacitor.podspec

2

dist/esm/definitions.d.ts
declare module "@capacitor/core" {
interface PluginRegistry {
CameraPreviewIos: CameraPreviewPlugin;
CameraPreviewCapacitor: CameraPreviewPlugin;
}

@@ -5,0 +5,0 @@ }

@@ -12,3 +12,3 @@ import { WebPlugin } from "@capacitor/core";

}
declare const CameraPreview: CameraPreviewWeb;
export { CameraPreview };
declare const CameraPreviewCapacitor: CameraPreviewWeb;
export { CameraPreviewCapacitor };

@@ -13,3 +13,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

super({
name: "CameraPreview",
name: "CameraPreviewCapacitor",
platforms: ["web"]

@@ -88,6 +88,6 @@ });

}
const CameraPreview = new CameraPreviewWeb();
export { CameraPreview };
const CameraPreviewCapacitor = new CameraPreviewWeb();
export { CameraPreviewCapacitor };
import { registerWebPlugin } from "@capacitor/core";
registerWebPlugin(CameraPreview);
registerWebPlugin(CameraPreviewCapacitor);
//# sourceMappingURL=web.js.map
{
"name": "danielleushuis-capacitor-camera-preview",
"version": "0.0.1-beta.20",
"version": "0.0.1-beta.21",
"description": "Camera preview",

@@ -27,3 +27,3 @@ "main": "dist/esm/index.js",

"android/",
"DanielleushuisCapacitorCameraPreview.podspec"
"CameraPreviewCapacitor.podspec"
],

@@ -30,0 +30,0 @@ "keywords": [

@@ -99,5 +99,5 @@ # Capacitor Camera Preview

const { CameraPreview } = Plugins
const { CameraPreviewCapacitor } = Plugins
CameraPreview.start();
CameraPreviewCapacitor.start();
```

@@ -118,3 +118,3 @@

```javascript
CameraPreview.stop();
CameraPreviewCapacitor.stop();
```

@@ -151,3 +151,3 @@

```javascript
const result = await CameraPreview.capture();
const result = await CameraPreviewCapacitor.capture();
const base64PictureData = result.value;

@@ -154,0 +154,0 @@

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