@hcaptcha/react-hcaptcha
Advanced tools
Comparing version 0.3.10 to 1.0.0
@@ -44,3 +44,3 @@ "use strict"; | ||
var domain = params.apihost || "https://hcaptcha.com"; | ||
var domain = params.apihost || "https://js.hcaptcha.com"; | ||
delete params.apihost; | ||
@@ -47,0 +47,0 @@ var script = document.createElement("script"); |
{ | ||
"name": "@hcaptcha/react-hcaptcha", | ||
"version": "0.3.10", | ||
"version": "1.0.0", | ||
"types": "types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,3 +20,3 @@ const React = require('react'); | ||
const domain = params.apihost || "https://hcaptcha.com"; | ||
const domain = params.apihost || "https://js.hcaptcha.com"; | ||
delete params.apihost; | ||
@@ -23,0 +23,0 @@ |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
30283
1