Socket
Socket
Sign inDemoInstall

scandit-datacapture-frameworks-core

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

scandit-datacapture-frameworks-core - npm Package Compare versions

Comparing version 6.23.0 to 6.24.0-beta.1

dist/dts/common/ScanIntention.d.ts

2

dist/dts/camera/CameraController.d.ts

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

registerListenerForCameraEvents(): void;
unregisterListenerForCameraEvents(): void;
unregisterListenerForCameraEvents(): Promise<void>;
subscribeDidChangeState?(): void;

@@ -14,0 +14,0 @@ }

@@ -19,2 +19,3 @@ export { Point } from "./Point";

export { Direction } from "./Direction";
export { ScanIntention } from "./ScanIntention";
export * from "./Payload";

@@ -44,1 +45,2 @@ export * from "./Point";

export * from "./Direction";
export * from "./ScanIntention";

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

dispose(): void;
registerListenerForEvents(): void;
unsubscribeListener(): void;
registerListenerForDataCaptureContext(): void;
unregisterListenerForDataCaptureContext(): Promise<void>;
subscribeDidChangeStatus?(): void;

@@ -19,4 +19,4 @@ subscribeDidStartObservingContext?(): void;

export declare enum DataCaptureContextEvents {
didChangeStatus = "didChangeStatus",
didStartObservingContext = "didStartObservingContext"
didChangeStatus = "DataCaptureContextListener.onStatusChanged",
didStartObservingContext = "DataCaptureContextListener.onObservationStarted"
}

@@ -23,0 +23,0 @@ export declare class DataCaptureContextController {

@@ -14,4 +14,4 @@ import { DefaultSerializeable } from "../serializable";

get radius(): NumberWithUnit;
static fromJSON(JSON: RadiusLocationSelectionJSON): RadiusLocationSelection;
static fromJSON(locationSelectionJson: RadiusLocationSelectionJSON): RadiusLocationSelection;
constructor(radius: NumberWithUnit);
}

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

export declare enum DataCaptureViewEvents {
didChangeSize = "didChangeSize"
didChangeSize = "DataCaptureViewListener.onSizeChanged"
}

@@ -24,0 +24,0 @@ export declare class DataCaptureViewController extends BaseController<DataCaptureViewProxy> {

{
"name": "scandit-datacapture-frameworks-core",
"version": "6.23.0",
"version": "6.24.0-beta.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc