BlinkID Verify v3.20.0 release#36
Conversation
|
Important Review skippedToo many files! This PR contains 291 files, which is 141 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (9)
📒 Files selected for processing (291)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| | uqr | 0.1.2 | MIT | Anthony Fu | [Link](https://github.com/unjs/uqr#readme) | | ||
| | use-sync-external-store | 1.2.2 | MIT | N/A | [Link](https://github.com/facebook/react#readme) | | ||
| | wasm-feature-detect | 1.8.0 | Apache-2.0 | Surma | [Link](https://github.com/GoogleChromeLabs/wasm-feature-detect#readme) | | ||
| | zustand | 4.5.5 | MIT | Paul Henschel | [Link](https://github.com/pmndrs/zustand) | |
There was a problem hiding this comment.
We miss c++ dependencies here
There was a problem hiding this comment.
This file already exists in wasm-common
| globalThis.__BLINKID_VERIFY_CORE__ ||= testSymbol; | ||
| if (globalThis.__BLINKID_VERIFY_CORE__ !== testSymbol) { | ||
| console.warn( | ||
| "Detected multiple instances of @microblink/blinkid-core. This can lead to unexpected behavior.", |
There was a problem hiding this comment.
Should say @microblink/blinkid-verify-core
| */ | ||
| export const App: Component = () => { | ||
| const [result, setResult] = createSignal<BlinkIdVerifyScanningResult>(); | ||
| const [blinkIdVerifyUxManager, setBlinkIdVerifyUxManager] = |
There was a problem hiding this comment.
blinkIdVerifyUxManager is unused
| /** | ||
| * This function removes the images from the result object. This is done only so we don't display raw images data in the UI. | ||
| */ | ||
| const resultWithoutImages = () => { |
| import { | ||
| createBlinkIdVerifyFeedbackUi, | ||
| type FeedbackUiOptions, | ||
| type LocalizationStrings, |
Introduction of the BlinkID Verify web SDK