Socket
Socket
Sign inDemoInstall

scandit-datacapture-frameworks-core

Package Overview
Dependencies
1
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

2

dist/dts/camera/CameraController.d.ts

@@ -12,3 +12,3 @@ import { Camera } from "./Camera";

unregisterListenerForCameraEvents(): void;
subscribeDidChangeState(): void;
subscribeDidChangeState?(): void;
}

@@ -15,0 +15,0 @@ export declare class CameraController {

@@ -11,4 +11,4 @@ import { DataCaptureContext } from "../DataCaptureContext";

unsubscribeListener(): void;
subscribeDidChangeStatus(): void;
subscribeDidStartObservingContext(): void;
subscribeDidChangeStatus?(): void;
subscribeDidStartObservingContext?(): void;
addModeToContext(modeJson: string): Promise<void>;

@@ -15,0 +15,0 @@ removeModeFromContext(modeJson: string): Promise<void>;

@@ -10,3 +10,3 @@ import { Point, Quadrilateral } from "../common";

unregisterListenerForViewEvents(): void;
subscribeDidChangeSize(): void;
subscribeDidChangeSize?(): void;
setPositionAndSize(top: number, left: number, width: number, height: number, shouldBeUnderWebView: boolean): Promise<void>;

@@ -13,0 +13,0 @@ show(): Promise<void>;

{
"name": "scandit-datacapture-frameworks-core",
"version": "6.22.0-beta.1",
"version": "6.22.0-beta.2",
"description": "Core common package",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc