Socket
Socket
Sign inDemoInstall

sort-object

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-object - npm Package Compare versions

Comparing version 2.0.4 to 3.0.0

2

index.js

@@ -31,3 +31,3 @@ /*!

};
var fn = opts.sort || sortDesc;
var fn = opts.sort || sortAsc;

@@ -34,0 +34,0 @@ if (Boolean(opts.sortOrder)) {

{
"name": "sort-object",
"description": "Sort the keys in an object.",
"version": "2.0.4",
"version": "3.0.0",
"homepage": "https://github.com/doowb/sort-object",

@@ -45,4 +45,4 @@ "author": {

"is-extendable": "^0.1.0",
"sort-asc": "^0.1.0",
"sort-desc": "^0.1.1",
"sort-asc": "^0.2.0",
"sort-desc": "^0.2.0",
"union-value": "^0.1.1"

@@ -49,0 +49,0 @@ },

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