
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@microblink/blinkid
Advanced tools
All-in-one BlinkID browser SDK for fast and accurate ID document scanning and recognition in web applications.
The all-in-one BlinkID browser SDK package. It provides a high-level, easy-to-use API for document scanning and recognition in web applications, bundling all required components and resources for a seamless integration experience.
@microblink/blinkid-core
: Core scanning engine and low-level API.@microblink/blinkid-ux-manager
: User experience and feedback UI.@microblink/camera-manager
: Camera selection and video stream management.Install from npm using your preferred package manager:
npm install @microblink/blinkid
# or
yarn add @microblink/blinkid
# or
pnpm add @microblink/blinkid
A minimal example:
import { createBlinkId } from "@microblink/blinkid";
const blinkid = await createBlinkId({
licenseKey: import.meta.env.VITE_LICENCE_KEY,
});
For more advanced usage, customization, or integration with your own UI, see the example apps and the documentation for the underlying packages.
Explore example applications in the GitHub repository for ready-to-run demos:
Each example demonstrates different integration patterns and features.
Serve the public/resources
directory as-is; it contains all required Wasm, worker, and resource files.
Must be served in a secure context.
For multithreaded builds, your site must be cross-origin isolated:
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
A valid license key is required. Request a free trial at Microblink Developer Hub.
To build the package locally:
Install dependencies in the monorepo root:
pnpm install
Build the package:
pnpm build
The output files will be available in the dist/
, types/
, and public/resources/
directories.
FAQs
All-in-one BlinkID browser SDK for fast and accurate ID document scanning and recognition in web applications.
The npm package @microblink/blinkid receives a total of 185 weekly downloads. As such, @microblink/blinkid popularity was classified as not popular.
We found that @microblink/blinkid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.