# can-sort-object

> Sort object keys recursively

Latest version **1.0.1** (published 2018-03-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-sort-object
pnpm add can-sort-object
yarn add can-sort-object
bun add can-sort-object
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-03-28 |
| First published | 2018-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DoneJS Core Team |
| Maintainers | justinbmeyer |
| Keywords | canjs, donejs-plugin |

## Links

- npm: https://www.npmjs.com/package/can-sort-object
- Repository: https://github.com/canjs/can-sort-object
- Homepage: http://canjs.com
- Issues: https://github.com/canjs/can-sort-object/issues
- npm.io page: https://npm.io/package/can-sort-object

## Dependencies (1)

- [can-reflect](https://npm.io/package/can-reflect.md) ^1.13.4

## Recent versions

- 1.0.1 (latest) — 2018-03-28
- 1.0.0 — 2018-03-28

## README

# can-sort-object

[![Build Status](https://travis-ci.org/canjs/can-sort-object.svg?branch=master)](https://travis-ci.org/canjs/can-sort-object)

Sort object keys recursively

## Usage

### ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

```js
import plugin from 'can-sort-object';
```

### CommonJS use

Use `require` to load `can-sort-object` and everything else
needed to create a template that uses `can-sort-object`:

```js
var plugin = require("can-sort-object");
```

### Standalone use

Load the `global` version of the plugin:

```html
<script src='./node_modules/can-sort-object/dist/global/can-sort-object.js'></script>
```

---
_Source: https://npm.io/package/can-sort-object · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
