Comparing version 2.8.3 to 2.8.4
@@ -14,7 +14,7 @@ interface Language { | ||
interface Options { | ||
readonly isHTML: boolean; | ||
readonly languageHint: string; | ||
readonly encodingHint: string; | ||
readonly tldHint: string; | ||
readonly httpHint: string; | ||
readonly isHTML?: boolean; | ||
readonly languageHint?: string; | ||
readonly encodingHint?: string; | ||
readonly tldHint?: string; | ||
readonly httpHint?: string; | ||
} | ||
@@ -21,0 +21,0 @@ interface DetectLanguage { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"main": "./index.js", | ||
@@ -14,0 +14,0 @@ "types": "./index.d.ts", |
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
108738897