@hcaptcha/types
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,7 +7,7 @@ /* eslint-disable */ | ||
type HCaptchaId = String; | ||
type HCaptchaId = string; | ||
type HCaptchaResponse = { | ||
response: String; | ||
key: String; | ||
response: string; | ||
key: string; | ||
}; | ||
@@ -75,3 +75,3 @@ | ||
*/ | ||
theme?: "light" | "dark" | "contrast" | Object; | ||
theme?: "light" | "dark" | "contrast" | object; | ||
@@ -78,0 +78,0 @@ /** |
{ | ||
"name": "@hcaptcha/types", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "private": false, | ||
}, | ||
"gitHead": "8d74e494447de50701efb09122eda6a2e21a01f1" | ||
"gitHead": "7c9b58d04b5701a87f7cd058080778d5a4523b2a" | ||
} |
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