resolve-accept-language
Advanced tools
Comparing version 2.1.17 to 2.1.18
{ | ||
"name": "resolve-accept-language", | ||
"version": "2.1.17", | ||
"version": "2.1.18", | ||
"description": "Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.", | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
"author": "Avansai (https://avansai.com)", | ||
"type": "module", | ||
"main": "lib/resolve-accept-language.js", | ||
@@ -34,3 +35,3 @@ "types": "lib/resolve-accept-language.d.ts", | ||
"lint-check": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx --ext .json .", | ||
"lint-fix": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx --ext .json --fix .", | ||
"lint-fix": "eslint --fix .", | ||
"lint-print-config": "eslint --print-config ./eslintrc.yaml", | ||
@@ -44,6 +45,6 @@ "prettier": "prettier --write .", | ||
"@types/jest": "29.5.12", | ||
"@typescript-eslint/eslint-plugin": "6.21.0", | ||
"@typescript-eslint/parser": "6.21.0", | ||
"@typescript-eslint/eslint-plugin": "7.0.2", | ||
"@typescript-eslint/parser": "7.0.2", | ||
"dotenv-cli": "7.3.0", | ||
"eslint": "8.56.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
@@ -53,3 +54,4 @@ "eslint-import-resolver-node": "0.3.9", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jest": "27.6.3", | ||
"eslint-plugin-jest": "27.9.0", | ||
"eslint-plugin-jsdoc": "48.2.0", | ||
"eslint-plugin-json-files": "4.1.0", | ||
@@ -60,7 +62,9 @@ "eslint-plugin-prefer-arrow-functions": "3.2.4", | ||
"eslint-plugin-unicorn": "51.0.1", | ||
"globals": "14.0.0", | ||
"jest": "29.7.0", | ||
"jsonc-eslint-parser": "2.4.0", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-organize-imports": "3.2.4", | ||
"prettier-plugin-sh": "0.14.0", | ||
"release-it": "17.0.3", | ||
"release-it": "17.1.1", | ||
"ts-jest": "29.1.2", | ||
@@ -67,0 +71,0 @@ "ts-node": "10.9.2", |
@@ -0,0 +0,0 @@ # resolve-accept-language |
Sorry, the diff of this file is not supported yet
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
Yes
37068
27