New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sort-object-arrays

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sort-object-arrays - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

index.js

@@ -26,3 +26,6 @@ /*!

} else if (Array.isArray(val)) {
target[key] = val.sort(compare(fn));
if (typeof val[0] === 'string') {
val.sort(compare(fn));
}
target[key] = val;
}

@@ -29,0 +32,0 @@ }

8

package.json
{
"name": "sort-object-arrays",
"description": "Recursively sort the array values in an object.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/sort-object-arrays",

@@ -39,6 +39,8 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"list": [
"sort-object"
"group-object",
"sort-object",
"extend-shallow"
]
}
}
}
}

@@ -1,2 +0,2 @@

# sort-object-arrays [![NPM version](https://img.shields.io/npm/v/sort-object-arrays.svg)](https://www.npmjs.com/package/sort-object-arrays)
# sort-object-arrays [![NPM version](https://img.shields.io/npm/v/sort-object-arrays.svg)](https://www.npmjs.com/package/sort-object-arrays) [![Build Status](https://img.shields.io/travis/jonschlinkert/sort-object-arrays.svg)](https://travis-ci.org/jonschlinkert/sort-object-arrays)

@@ -35,3 +35,5 @@ > Recursively sort the array values in an object.

[sort-object](https://www.npmjs.com/package/sort-object): Sort the keys in an object. | [homepage](https://github.com/doowb/sort-object)
* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow)
* [group-object](https://www.npmjs.com/package/group-object): Group object keys and values into lists. | [homepage](https://github.com/doowb/group-object)
* [sort-object](https://www.npmjs.com/package/sort-object): Sort the keys in an object. | [homepage](https://github.com/doowb/sort-object)

@@ -64,2 +66,2 @@ ## Running tests

_This file was generated by [verb](https://github.com/verbose/verb) on December 13, 2015._
_This file was generated by [verb](https://github.com/verbose/verb) on December 20, 2015._
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