# object-values

> Get the values of an object

Latest version **3.0.0** (published 2021-10-04) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install object-values
pnpm add object-values
yarn add object-values
bun add object-values
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2021-10-04 |
| First published | 2014-02-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 0 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Author | Sindre Sorhus |
| Maintainers | sindresorhus |
| Keywords | object, values, value, properties |

## Links

- npm: https://www.npmjs.com/package/object-values
- Repository: https://github.com/sindresorhus/object-values
- Homepage: https://github.com/sindresorhus/object-values#readme
- Issues: https://github.com/sindresorhus/object-values/issues
- npm.io page: https://npm.io/package/object-values

## Recent versions

- 3.0.0 (latest) — 2021-10-04
- 2.0.0 — 2018-03-24
- 1.0.0 — 2014-08-13
- 0.1.2 — 2014-04-30
- 0.1.1 — 2014-03-06
- 0.1.0 — 2014-02-06

## README

Deprecated in favor of `Object.values()`.

---

# object-values

> Get the values of an object

Returns an array of own enumerable property values of an object.


## Install

```
$ npm install object-values
```


## Usage

```js
const objectValues = require('object-values');

objectValues({foo: 0, bar: 1});
//=> [0, 1]
```


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

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