resolve-accept-language
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "resolve-accept-language", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.", | ||
@@ -44,13 +44,13 @@ "main": "lib/resolve-accept-language.js", | ||
"@types/jest": "^26.0.23", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"jest": "^26.6.3", | ||
"jest": "^27.0.3", | ||
"prettier": "2.3.0", | ||
"ts-jest": "^26.5.6", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4" | ||
"ts-jest": "^27.0.1", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2" | ||
} | ||
} |
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
25271