Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-recaptcha-x

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-recaptcha-x - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.6](https://github.com/antokara/react-recaptcha-x/compare/v1.1.5...v1.1.6) (2020-06-07)
### Bug Fixes
* **grecaptcha:** correct return type of execute ([609ab88](https://github.com/antokara/react-recaptcha-x/commit/609ab88bdd70994d15e354bc4ab644df48ecefda))
## [1.1.5](https://github.com/antokara/react-recaptcha-x/compare/v1.1.4...v1.1.5) (2020-06-07)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "react-recaptcha-x",
"version": "1.1.5",
"version": "1.1.6",
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -48,3 +48,3 @@ // Type definitions for Google Recaptcha 2.0 + 3.0 execute

// v3
execute(siteKey: string, options?: options): Promise<string>;
execute(siteKey: string, options?: options): PromiseLike<string>;
}

@@ -51,0 +51,0 @@

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