Comparing version 5.0.5 to 5.0.6
@@ -475,3 +475,3 @@ class Format { | ||
const ent = this.pojoKeys(object).map(k => [k, object[k]]) | ||
return this.sort ? ent.sort((a, b) => a[0].localeCompare(b[0]), 'en') : ent | ||
return this.sort ? ent.sort((a, b) => a[0].localeCompare(b[0], 'en')) : ent | ||
} | ||
@@ -478,0 +478,0 @@ pojoTail () { |
{ | ||
"name": "tcompare", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "A comprehensive comparison library, for use in test frameworks", | ||
@@ -30,2 +30,5 @@ "main": "index.js", | ||
"tap": { | ||
"test-env": [ | ||
"LC_ALL=sk" | ||
], | ||
"check-coverage": true, | ||
@@ -32,0 +35,0 @@ "coverage-map": "map.js" |
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
47438