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

react-google-invisible-recaptcha

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-invisible-recaptcha - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

6

dist/index.js

@@ -124,3 +124,7 @@ 'use strict';

}
this.reset();
// There is a chance that the reCAPTCHA API lib is not loaded yet, so check
// before invoking reset.
if (this.reset) {
this.reset();
}
delete window[this.callbackName];

@@ -127,0 +131,0 @@ }

4

package.json
{
"name": "react-google-invisible-recaptcha",
"author": "szchenghuang <szchenghuang@gmail.com>",
"version": "0.2.10",
"version": "0.2.11",
"description": "A React component which is simply interested in Google invisible reCaptcha.",

@@ -28,3 +28,3 @@ "main": "index.js",

"build": "babel ./src --out-dir ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"No test specified\" && exit 0"
},

@@ -31,0 +31,0 @@ "dependencies": {

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