Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tcompare

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcompare - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

2

lib/format.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc