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

@microblink/blinkid-in-browser-sdk

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

@microblink/blinkid-in-browser-sdk - npm Package Versions

1
56

5.5.0

Diff

Changelog

Source

5.5.0

  • Change of available recognizers
    • Removed MRTDRecognizer
    • Added BlinkIdGenericRecognizer and BlinkIdCombinedRecoginzer, with list of supported documents available in docs/BlinkIdRecognizer.md
  • Standardization of NPM package
    • NPM package can be used in environments with module bundlers
    • Added ES and UMD bundles for the SDK
    • Types are now exposed and accessible in standard manner for NPM environment
    • Extended package.json with project information and scripts for building and publishing
    • Added Rollup build system to provide developers with infrastructure for easier customization of SDK
  • Extension of examples
    • Examples now cover more functionalities of the SDK
    • Provided examples for integration in TS, ES and UMD environment
  • Configuration options for WASM engine and WebWorker locations
    • Configurations engineLocation and workerLocation are defined in the WasmSDKLoadSettings class
  • Improved stability and readability of SDK TypeScript source code
    • Added ESLint for automatic check of unsecure language constructs
    • Added Babel for safe transpiling to ES6 and better browser support
dodoent
published 1.0.0-beta.1 •

Changelog

Source

1.0.0-beta.1

  • decreased WASM binary size from 3.8 MB to 2.5 MB
  • fixed vulnerability in license check
  • added support for disabling hello message after license key gets validated
    • by default this is still enabled, to disable it, set allowHelloMessage property in WasmSDKLoadSettings to false
  • updates to IdBarcodeRecognizer:
    • added endorsements, restrictions and vehicleClass fields to its result
      • those fields are available only when scanning barcode from driver license
    • added support for returning raw barcode data in case data parsing fails
      • this requires a permission within a license key
    • changed the behaviour of firstName field:
      • now it contains both first name, middle name and name suffix
dodoent
published 1.0.0-beta.0 •

Changelog

Source

1.0.0-beta.0

  • initial beta release of the BlinkID In-browser SDK
  • supported recognizers:
    • ID Barcode recognizer for scanning barcodes from various ID documents
    • MRTD recognizer for scanning Machine Readable Zone (MRZ) from Machine Readable Travel Documents (MRTDs), such as IDs and passports
dodoent
published 1.0.0-alpha.0 •

1
56
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