scandit-datacapture-frameworks-barcode
Advanced tools
Comparing version 6.21.0-beta.3 to 6.21.0
import { BarcodeSpatialGrid } from "../../barcode"; | ||
export interface BarcodeCountSessionProxy { | ||
resetSession(): Promise<void>; | ||
getSpatialMap(): Promise<string | undefined>; | ||
getSpatialMapWithHints(expectedNumberOfRows: number, expectedNumberOfColumns: number): Promise<string | undefined>; | ||
getSpatialMap(): Promise<string | null>; | ||
getSpatialMapWithHints(expectedNumberOfRows: number, expectedNumberOfColumns: number): Promise<string | null>; | ||
} | ||
@@ -7,0 +7,0 @@ export declare class BarcodeCountSessionController { |
{ | ||
"name": "scandit-datacapture-frameworks-barcode", | ||
"version": "6.21.0-beta.3", | ||
"version": "6.21.0", | ||
"description": "Barcode common package", | ||
@@ -18,4 +18,4 @@ "author": { | ||
"dependencies": { | ||
"scandit-datacapture-frameworks-core": "6.21.0-beta.3" | ||
"scandit-datacapture-frameworks-core": "6.21.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
444352
+ Addedscandit-datacapture-frameworks-core@6.21.0(transitive)
- Removedscandit-datacapture-frameworks-core@6.21.0-beta.3(transitive)