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.5 to 5.0.6

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]), '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"

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