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

reaptcha

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reaptcha - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="1.7.1"></a>
## [1.7.1](https://github.com/sarneeh/reaptcha/compare/v1.7.0...v1.7.1) (2019-12-28)
### Bug Fixes
- add getResponse method ([ab57db7](https://github.com/sarneeh/reaptcha/commit/ab57db7))
<a name="1.7.0"></a>

@@ -8,0 +16,0 @@

2

index.d.ts

@@ -37,2 +37,4 @@ import * as React from 'react';

public renderExplicitly(): Promise<void>;
public getResponse(): Promise<string>;
}

2

package.json
{
"name": "reaptcha",
"version": "1.7.0",
"version": "1.7.1",
"description": "Google reCAPTCHA for React",

@@ -5,0 +5,0 @@ "repository": {

@@ -223,7 +223,8 @@ ![Reaptcha](https://i.imgur.com/44zEjD5.png)

| Name | Returns | Description |
| ---------------- | --------------- | ----------------------------------------- |
| renderExplicitly | `Promise<void>` | Renders the reCAPTCHA instance explicitly |
| reset | `Promise<void>` | Resets the reCAPTCHA instance |
| execute | `Promise<void>` | Executes the reCAPTCHA instance |
| Name | Returns | Description |
| ---------------- | ----------------- | ----------------------------------------- |
| renderExplicitly | `Promise<void>` | Renders the reCAPTCHA instance explicitly |
| reset | `Promise<void>` | Resets the reCAPTCHA instance |
| execute | `Promise<void>` | Executes the reCAPTCHA instance |
| getResponse | `Promise<string>` | Returns the reCATPCHA response |

@@ -230,0 +231,0 @@ ### Render prop

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