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

henry-capture-vision-react-native

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henry-capture-vision-react-native - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

4

js/CameraSettings.d.ts

@@ -12,1 +12,5 @@ import { Rect } from "./BasicStructures";

}
export declare enum EnumCameraPosition {
CP_BACK = 0,
CP_FRONT = 1
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnumTorchState = void 0;
exports.EnumCameraPosition = exports.EnumTorchState = void 0;
var EnumTorchState;

@@ -9,2 +9,7 @@ (function (EnumTorchState) {

})(EnumTorchState = exports.EnumTorchState || (exports.EnumTorchState = {}));
var EnumCameraPosition;
(function (EnumCameraPosition) {
EnumCameraPosition[EnumCameraPosition["CP_BACK"] = 0] = "CP_BACK";
EnumCameraPosition[EnumCameraPosition["CP_FRONT"] = 1] = "CP_FRONT";
})(EnumCameraPosition = exports.EnumCameraPosition || (exports.EnumCameraPosition = {}));
//# sourceMappingURL=CameraSettings.js.map

@@ -11,2 +11,3 @@ import { BarcodeResult } from './BarcodeResult';

updateRuntimeSettings(settings: DBRRuntimeSettings | EnumDBRPresetTemplate | string): Promise<boolean>;
decodeFile(filePath: string): Promise<BarcodeResult[]>;
startScanning(): Promise<void>;

@@ -13,0 +14,0 @@ stopScanning(): Promise<void>;

@@ -59,2 +59,5 @@ "use strict";

}
decodeFile(filePath) {
return DBRModule.decodeFile(filePath);
}
startScanning() {

@@ -61,0 +64,0 @@ return DBRModule.startBarcodeScanning();

5

js/DynamsoftCameraView.d.ts
import * as React from 'react';
import { ViewProps } from 'react-native';
import { Region } from './BasicStructures';
import { TorchButton } from './CameraSettings';
import { EnumCameraPosition, EnumTorchState, TorchButton } from './CameraSettings';
interface Props extends ViewProps {
cameraPosition?: string | EnumCameraPosition;
overlayVisible?: boolean;
scanRegionVisible?: boolean;
scanRegion?: Region;
torchState?: string | number;
torchState?: string | EnumTorchState;
torchButton?: TorchButton;

@@ -11,0 +12,0 @@ }

{
"name": "henry-capture-vision-react-native",
"version": "1.1.7",
"version": "1.1.8",
"description": "Dynamsoft Capture Vision React Native SDK",

@@ -5,0 +5,0 @@ "homepage": "https://www.dynamsoft.com/capture-vision/docs/introduction",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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