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

scandit-datacapture-frameworks-barcode

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.0.0 to 7.0.1

6

dist/dts/barcodefind/BarcodeFindView.d.ts

@@ -8,2 +8,4 @@ import { Anchor, CameraSettings, DataCaptureContext } from "scandit-datacapture-frameworks-core";

export declare class BaseBarcodeFindView {
private isViewCreated;
private autoCreateNativeView;
private _dataCaptureContext;

@@ -20,3 +22,3 @@ private _barcodeFind;

get context(): DataCaptureContext;
constructor(context: DataCaptureContext, barcodeFind: BarcodeFind, barcodeFindViewSettings?: BarcodeFindViewSettings, cameraSettings?: CameraSettings);
constructor(context: DataCaptureContext, barcodeFind: BarcodeFind, barcodeFindViewSettings?: BarcodeFindViewSettings, cameraSettings?: CameraSettings, autoCreateNativeView?: boolean);
initialize(nativeView?: BarcodeFindView): void;

@@ -34,2 +36,4 @@ static forMode(dataCaptureContext: DataCaptureContext, barcodeFind: BarcodeFind): BaseBarcodeFindView;

hide(): Promise<void>;
createNativeView(): Promise<void>;
removeNativeView(): Promise<void>;
get shouldShowUserGuidanceView(): boolean;

@@ -36,0 +40,0 @@ set shouldShowUserGuidanceView(value: boolean);

@@ -18,2 +18,3 @@ import { BaseController } from "scandit-datacapture-frameworks-core";

createView(id: number | null, json: string): Promise<void>;
removeView?(): Promise<void>;
showView(): Promise<void>;

@@ -23,2 +24,3 @@ hideView(): Promise<void>;

export declare class BarcodeFindViewController extends BaseController<BarcodeFindViewProxy> {
private autoCreateNativeView;
private baseView;

@@ -28,3 +30,3 @@ private nativeView?;

private constructor();
static forBarcodeFindView(baseView: BaseBarcodeFindView, nativeView?: BarcodeFindView): BarcodeFindViewController;
static forBarcodeFindView(baseView: BaseBarcodeFindView, nativeView?: BarcodeFindView, autoCreateNativeView?: boolean): BarcodeFindViewController;
setUiListener(listener: BarcodeFindViewUiListener | null): Promise<void>;

@@ -39,2 +41,4 @@ viewPaused(): Promise<void>;

hideView(): Promise<void>;
createNativeView(): Promise<void>;
removeNativeView(): Promise<void>;
private create;

@@ -41,0 +45,0 @@ private initialize;

2

dist/dts/sparkscan/controller/SparkScanViewController.d.ts

@@ -33,3 +33,3 @@ import { BaseController } from "scandit-datacapture-frameworks-core";

private hasFeedbackDelegateListener;
static forSparkScanView(view: BaseSparkScanView, sparkScan: SparkScan): SparkScanViewController;
static forSparkScanView(view: BaseSparkScanView, sparkScan: SparkScan, autoCreateNativeView?: boolean): SparkScanViewController;
private constructor();

@@ -36,0 +36,0 @@ private initialize;

@@ -34,3 +34,3 @@ import { Brush, Color, DataCaptureContext } from "scandit-datacapture-frameworks-core";

private _previewCloseControlVisible;
static forContext(context: DataCaptureContext, sparkScan: SparkScan, settings: SparkScanViewSettings | null): BaseSparkScanView;
static forContext(context: DataCaptureContext, sparkScan: SparkScan, settings: SparkScanViewSettings | null, autoCreateNativeView?: boolean): BaseSparkScanView;
static get defaultBrush(): Brush;

@@ -37,0 +37,0 @@ private constructor();

{
"name": "scandit-datacapture-frameworks-barcode",
"version": "7.0.0",
"version": "7.0.1",
"description": "Barcode common package",

@@ -20,4 +20,4 @@ "author": {

"dependencies": {
"scandit-datacapture-frameworks-core": "7.0.0"
"scandit-datacapture-frameworks-core": "7.0.1"
}
}

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