@narando/negotiate-accepted-language
Advanced tools
Comparing version 0.28.0 to 0.28.2
@@ -57,3 +57,3 @@ "use strict"; | ||
it(`should parse ${testCase.name}`, () => { | ||
expect((0, _parseHeader.default)(testCase.input)).toEqual(testCase.output); | ||
expect((0, _parseHeader.default)(testCase.input).sort()).toEqual(testCase.output.sort()); | ||
}); | ||
@@ -60,0 +60,0 @@ }); |
{ | ||
"name": "@narando/negotiate-accepted-language", | ||
"version": "0.28.0", | ||
"version": "0.28.2", | ||
"description": "", | ||
@@ -36,3 +36,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "0cb3b0f1fa3c7896a039665592b6d38e1dbf0ad2" | ||
"gitHead": "45baa00c579506a13d813598d7d06229955b7403" | ||
} |
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
14407