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-beta.1 to 6.23.0-beta.2

dist/dts/view/ControlImage.d.ts

1

dist/dts/camera/Camera.d.ts

@@ -21,2 +21,3 @@ import { DataCaptureContext } from "../context";

static get default(): Camera | null;
static withSettings(settings: CameraSettings): Camera | null;
static atPosition(cameraPosition: CameraPosition): Camera | null;

@@ -23,0 +24,0 @@ get desiredState(): FrameSourceState;

@@ -16,3 +16,8 @@ import { DefaultSerializeable } from "../serializable";

get torchOnPressedImage(): string | null;
setTorchOffImage(resource: string): void;
setTorchOffPressedImage(resource: string): void;
setTorchOnImage(resource: string): void;
setTorchOnPressedImage(resource: string): void;
setImageResource(resource: string): void;
set torchOnPressedImage(torchOnPressedImage: string | null);
}

@@ -17,2 +17,6 @@ import { DefaultSerializeable } from "../serializable";

set zoomedOutPressedImage(zoomedOutPressedImage: string | null);
setZoomedInImage(resource: string): void;
setZoomedInPressedImage(resource: string): void;
setZoomedOutImage(resource: string): void;
setZoomedOutPressedImage(resource: string): void;
}
export * from "./Control";
export * from "./ControlImage";
export * from "./DataCaptureOverlay";

@@ -3,0 +4,0 @@ export * from "./DataCaptureViewListener";

2

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc