
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
@types/react-qr-reader
Advanced tools
TypeScript definitions for react-qr-reader
npm install --save @types/react-qr-reader
This package contains type definitions for react-qr-reader (https://github.com/JodusNodus/react-qr-reader).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-qr-reader.
import * as React from "react";
declare namespace QrReader {
interface props {
onScan: (data: string | null) => void;
onError: (err: any) => void;
onLoad?: (() => void) | undefined;
onImageLoad?: ((event: React.SyntheticEvent<HTMLImageElement>) => void) | undefined;
delay?: number | false | undefined;
facingMode?: "user" | "environment" | undefined;
legacyMode?: boolean | undefined;
resolution?: number | undefined;
showViewFinder?: boolean | undefined;
style?: any;
className?: string | undefined;
}
}
export as namespace QrReader;
declare class QrReader extends React.Component<QrReader.props> {
openImageDialog: () => void;
}
export = QrReader;
These definitions were written by David Kevork.
FAQs
TypeScript definitions for react-qr-reader
The npm package @types/react-qr-reader receives a total of 41,055 weekly downloads. As such, @types/react-qr-reader popularity was classified as popular.
We found that @types/react-qr-reader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.