Socket
Socket
Sign inDemoInstall

scandit-datacapture-frameworks-core

Package Overview
Dependencies
Maintainers
1
Versions
37
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.25.0 to 6.26.0-beta.1

1

dist/dts/context/DataCaptureContext.d.ts

@@ -13,2 +13,3 @@ import { BaseDataCaptureView } from "../view";

private deviceName;
private static instance;
private get framework();

@@ -15,0 +16,0 @@ private get frameworkVersion();

2

dist/dts/frame/ImageFrameSourceController.d.ts

@@ -9,3 +9,3 @@ import { FrameSourceState } from "./FrameSourceState";

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

@@ -12,0 +12,0 @@ export declare class ImageFrameSourceController {

@@ -5,2 +5,5 @@ import { NumberWithUnit, Color } from "../common";

import { LaserlineViewfinderStyle } from "./LaserlineViewfinderStyle";
/**
* @deprecated LaserlineViewfinder is deprecated.
*/
export declare class LaserlineViewfinder extends DefaultSerializeable implements Viewfinder {

@@ -7,0 +10,0 @@ private type;

@@ -0,1 +1,4 @@

/**
* @deprecated LaserlineViewfinderStyle is deprecated.
*/
export declare enum LaserlineViewfinderStyle {

@@ -2,0 +5,0 @@ Legacy = "legacy",

export declare enum RectangularViewfinderStyle {
/**
* @deprecated The legacy style of the RectangularViewfinder is deprecated.
*/
Legacy = "legacy",

@@ -3,0 +6,0 @@ Rounded = "rounded",

{
"name": "scandit-datacapture-frameworks-core",
"version": "6.25.0",
"version": "6.26.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