react-google-invisible-recaptcha
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -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 @@ } |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
13194
142