resolve-accept-language
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "resolve-accept-language", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Resolve the preferred locale based on the value of an `Accept-Language` HTTP header.", | ||
@@ -13,3 +13,4 @@ "main": "lib/resolve-accept-language.js", | ||
"prettier-fix": "prettier --write .", | ||
"patch-version": "npm run build && npm version patch && git push" | ||
"patch-version": "npm run build && npm version patch && git push", | ||
"publish-npm": "npm run patch-version && npm publish" | ||
}, | ||
@@ -16,0 +17,0 @@ "license": "MIT", |
@@ -66,3 +66,1 @@ # resolve-accept-language | ||
- Quality values ([RFC 2516 section 3.9](https://tools.ietf.org/html/rfc2616#section-3.9)) | ||
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
24995
66