
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@types/react-recaptcha
Advanced tools
TypeScript definitions for react-recaptcha
Supply Chain Security
Vulnerability
Quality
Maintenance
License
npm install --save @types/react-recaptcha
This package contains type definitions for react-recaptcha (https://github.com/appleboy/react-recaptcha).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-recaptcha.
import { Component } from "react";
export = Recaptcha;
declare namespace Recaptcha {
interface RecaptchaProps {
className?: string | undefined;
elementID?: string | undefined;
expiredCallback?(): any;
expiredCallbackName?: string | undefined;
onloadCallback?(): any;
onloadCallbackName?: string | undefined;
render?: "onload" | "explicit" | undefined;
size?: "normal" | "compact" | "invisible" | undefined;
tabindex?: number | string | undefined;
theme?: "dark" | "light" | undefined;
type?: "audio" | "image" | undefined;
verifyCallback?(response: string): any;
verifyCallbackName?: string | undefined;
sitekey?: string | undefined;
badge?: "bottomright" | "bottomleft" | "inline" | undefined;
hl?: string | undefined; // https://developers.google.com/recaptcha/docs/language
}
}
declare class Recaptcha extends Component<Recaptcha.RecaptchaProps> {
static propTypes: any;
static defaultProps: Recaptcha.RecaptchaProps;
reset(): void;
execute(): void;
}
These definitions were written by Mohamed Hegazy, and Zach.
FAQs
TypeScript definitions for react-recaptcha
We found that @types/react-recaptcha 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.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.