Socket
Socket
Sign inDemoInstall

scandit-cordova-datacapture-text

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandit-cordova-datacapture-text - npm Package Compare versions

Comparing version 6.10.0-beta.2 to 6.10.0

4

package.json
{
"name": "scandit-cordova-datacapture-text",
"version": "6.10.0-beta.2",
"version": "6.10.0",
"description": "Scandit Data Capture SDK for Cordova",

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

"devDependencies": {
"typescript": "^3.4.5",
"typescript": "^3.7.7",
"@types/jest": "^24.0.13",

@@ -31,0 +31,0 @@ "cordova-paramedic": "https://github.com/apache/cordova-paramedic.git",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CapturedText = void 0;
/// <amd-module name="scandit-cordova-datacapture-text.CapturedText"/>

@@ -4,0 +5,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CordovaFunction = exports.Cordova = void 0;
/// <amd-module name="scandit-cordova-datacapture-text.Cordova"/>

@@ -4,0 +5,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultsFromJSON = void 0;
/// <amd-module name="scandit-cordova-datacapture-text.Defaults"/>

@@ -4,0 +5,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextCaptureListenerProxy = void 0;
const TextCapture_Related_1 = require("scandit-cordova-datacapture-text.TextCapture+Related");

@@ -4,0 +5,0 @@ const Cordova_1 = require("scandit-cordova-datacapture-text.Cordova");

@@ -12,5 +12,5 @@ declare module Scandit {

private _value;
readonly value: string;
get value(): string;
private _location;
readonly location: Quadrilateral;
get location(): Quadrilateral;
private static fromJSON;

@@ -25,6 +25,8 @@ }

export class TextCapture implements DataCaptureMode {
isEnabled: boolean;
readonly context: DataCaptureContext | null;
static readonly recommendedCameraSettings: CameraSettings;
feedback: TextCaptureFeedback;
get isEnabled(): boolean;
set isEnabled(isEnabled: boolean);
get context(): DataCaptureContext | null;
static get recommendedCameraSettings(): CameraSettings;
get feedback(): TextCaptureFeedback;
set feedback(feedback: TextCaptureFeedback);
private type;

@@ -55,5 +57,5 @@ private _isEnabled;

private _newlyCapturedTexts;
readonly newlyCapturedTexts: CapturedText[];
get newlyCapturedTexts(): CapturedText[];
private _frameSequenceID;
readonly frameSequenceID: number;
get frameSequenceID(): number;
private static fromJSON;

@@ -69,3 +71,3 @@ }

success: Feedback;
static readonly default: TextCaptureFeedback;
static get default(): TextCaptureFeedback;
}

@@ -80,7 +82,10 @@ interface PrivateTextCaptureOverlay {

private _viewfinder;
static readonly defaultBrush: Brush;
static get defaultBrush(): Brush;
private _brush;
brush: Brush;
viewfinder: Viewfinder | null;
shouldShowScanAreaGuides: boolean;
get brush(): Brush;
set brush(newBrush: Brush);
get viewfinder(): Viewfinder | null;
set viewfinder(newViewfinder: Viewfinder | null);
get shouldShowScanAreaGuides(): boolean;
set shouldShowScanAreaGuides(shouldShow: boolean);
static withTextCapture(textCapture: TextCapture): TextCaptureOverlay;

@@ -87,0 +92,0 @@ static withTextCaptureForView(textCapture: TextCapture, view: DataCaptureView | null): TextCaptureOverlay;

@@ -9,2 +9,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.TextCapture = void 0;
/// <amd-module name="scandit-cordova-datacapture-text.TextCapture"/>

@@ -11,0 +12,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies

@@ -9,2 +9,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.TextCaptureOverlay = exports.TextCaptureFeedback = exports.TextCaptureSession = void 0;
/// <amd-module name="scandit-cordova-datacapture-text.TextCapture+Related"/>

@@ -11,0 +12,0 @@ // ^ needed because Cordova can't resolve "../xx" style dependencies

@@ -9,2 +9,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.TextCaptureSettings = void 0;
const Cordova_1 = require("scandit-cordova-datacapture-text.Cordova");

@@ -11,0 +12,0 @@ const LocationSelection_1 = require("scandit-cordova-datacapture-core.LocationSelection");

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