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.3 to 2.0.4

2

index.js

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

if (prev !== key) j = 0;
var k = sortBy[key][j++];
var k = get(sortBy, key)[j++];
res[k] = tmp[k];

@@ -70,0 +70,0 @@ prev = key;

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

@@ -6,0 +6,0 @@ "author": {

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