Comparing version 5.0.4 to 5.0.5
@@ -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])) : 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.4", | ||
"version": "5.0.5", | ||
"description": "A comprehensive comparison library, for use in test frameworks", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tap": "^14.10.7" | ||
"tap": "^15.0.6" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
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
47395