New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blinkid-react-native

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blinkid-react-native - npm Package Compare versions

Comparing version 6.12.0 to 6.13.0

2

package.json
{
"name": "blinkid-react-native",
"version": "6.12.0",
"version": "6.13.0",
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -374,2 +375,7 @@

/**
* The vehicle owner.
*/
this.vehicleOwner = nativeResult.vehicleOwner;
/**
* The eligibility category.

@@ -453,2 +459,7 @@ */

/**
* Sets the ClassFilter that can determine whether the document should be processed or filtered out.
*/
this.classFilter = new ClassFilter();
/**
* Enables the aggregation of data from multiple frames.

@@ -455,0 +466,0 @@ * Disabling this setting will yield higher-quality captured images, but it may slow down the scanning process due to the additional effort required to find the optimal frame.

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -315,2 +316,7 @@

/**
* The vehicle owner.
*/
this.vehicleOwner = nativeResult.vehicleOwner;
/**
* The eligibility category.

@@ -391,2 +397,7 @@ */

/**
* Sets the ClassFilter that can determine whether the document should be processed or filtered out.
*/
this.classFilter = new ClassFilter();
/**
* Enables the aggregation of data from multiple frames.

@@ -393,0 +404,0 @@ * Disabling this setting will yield higher-quality captured images, but it may slow down the scanning process due to the additional effort required to find the optimal frame.

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -19,0 +20,0 @@

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -19,0 +20,0 @@

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -19,0 +20,0 @@

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -19,0 +20,0 @@

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -19,0 +20,0 @@

@@ -17,2 +17,3 @@ import { Recognizer, RecognizerResult } from '../recognizer'

StrictnessLevel,
ClassFilter,

@@ -19,0 +20,0 @@

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 too big to display

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