New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scandit-capacitor-datacapture-parser

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandit-capacitor-datacapture-parser - npm Package Compare versions

Comparing version 6.20.0-beta.1 to 6.20.0-beta.2

1

dist/esm/scandit-capacitor-datacapture-core/src/ts/Capacitor/Capacitor.d.ts

@@ -15,2 +15,3 @@ import { Defaults } from './Defaults';

SubscribeViewListener = "subscribeViewListener",
UnsubscribeViewListener = "unsubscribeViewListener",
GetCurrentCameraState = "getCurrentCameraState",

@@ -17,0 +18,0 @@ GetIsTorchAvailable = "getIsTorchAvailable",

@@ -17,2 +17,3 @@ import { capacitorExec } from './CommonCapacitor';

CapacitorFunction["SubscribeViewListener"] = "subscribeViewListener";
CapacitorFunction["UnsubscribeViewListener"] = "unsubscribeViewListener";
CapacitorFunction["GetCurrentCameraState"] = "getCurrentCameraState";

@@ -19,0 +20,0 @@ CapacitorFunction["GetIsTorchAvailable"] = "getIsTorchAvailable";

@@ -41,2 +41,7 @@ import { Point, Quadrilateral, Size, } from '../Common';

window.Capacitor.Plugins[Capacitor.pluginName][CapacitorFunction.SubscribeViewListener]();
}
unregisterListenerForViewEvents() {
window.Capacitor.Plugins[Capacitor.pluginName][CapacitorFunction.UnsubscribeViewListener]();
}
subscribeDidChangeSize() {
window.Capacitor.Plugins[Capacitor.pluginName]

@@ -43,0 +48,0 @@ .addListener(DataCaptureViewListenerEvent.DidChangeSizeOrientation, this.notifyListeners.bind(this));

@@ -233,2 +233,4 @@ export type Optional<T> = T | null;

private subscribeListener;
unregisterListenerForViewEvents(): void;
subscribeDidChangeSize(): void;
private notifyListeners;

@@ -235,0 +237,0 @@ private initialize;

4

package.json
{
"name": "scandit-capacitor-datacapture-parser",
"version": "6.20.0-beta.1",
"version": "6.20.0-beta.2",
"description": "Scandit Data Capture SDK for Capacitor",

@@ -37,3 +37,3 @@ "license": "Apache-2.0",

"dependencies": {
"scandit-capacitor-datacapture-core": "6.20.0-beta.1"
"scandit-capacitor-datacapture-core": "6.20.0-beta.2"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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