# @ember-decorators/object

> Decorators for Ember Classes

Latest version **7.0.0** (published 2026-06-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ember-decorators/object
pnpm add @ember-decorators/object
yarn add @ember-decorators/object
bun add @ember-decorators/object
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 7.0.0 |
| Published | 2026-06-23 |
| First published | 2018-02-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 17.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 357 |
| Maintainers | pzuraq, rwjblue, katiegengler |
| Keywords | ember-addon |

## Links

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

## Dependencies (3)

- [decorator-transforms](https://npm.io/package/decorator-transforms.md) ^2.3.2
- [@embroider/addon-shim](https://npm.io/package/@embroider/addon-shim.md) ^1.8.9
- [@ember-decorators/utils](https://npm.io/package/@ember-decorators/utils.md) 7.0.0

## Recent versions

- 7.0.0 (latest) — 2026-06-23
- 2.0.0-beta.2 (next) — 2018-03-04
- 6.1.1 — 2019-09-06
- 6.1.0 — 2019-08-14
- 6.0.1 — 2019-08-12
- 6.0.0 — 2019-04-11
- 5.2.0 — 2019-04-06
- 5.1.4 — 2019-03-03
- 5.1.3 — 2019-02-11
- 5.1.2 — 2019-01-23
- 5.1.1 — 2019-01-17
- 5.1.0 — 2019-01-17
- 5.0.1 — 2019-01-16
- 5.0.0 — 2019-01-14
- 4.0.3 — 2019-01-14
- … 25 more at https://npm.io/package/@ember-decorators/object/versions

## README

@ember-decorators/object
==============================================================================

[![npm version](https://badge.fury.io/js/ember-decorators.svg)](https://badge.fury.io/js/ember-decorators)
[![Build Status](https://travis-ci.org/ember-decorators/ember-decorators.svg?branch=master)](https://travis-ci.org/ember-decorators/ember-decorators)

Ember Decorators began as a project dedicated to exploring and unlocking the 
future of native classes in Ember.js. Now, that future is here! Decorators will
be landing soon in Ember, and there is a [polyfill available for 
them](https://github.com/pzuraq/ember-decorators-polyfill).

This library now contains a few extra decorators which were not upstreamed to 
Ember, and may still be useful to some users. Check out the [documentation 
website](https://ember-decorators.github.io/ember-decorators) for detailed API 
documentation for all the decorators included in this addon.

Installation
------------------------------------------------------------------------------

```
ember install @ember-decorators/object
```

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).

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