# can-observe

> Like can.Map, but without the .attr method.

Latest version **2.3.2** (published 2019-10-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-observe
pnpm add can-observe
yarn add can-observe
bun add can-observe
```

## 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 | 2.3.2 |
| Published | 2019-10-25 |
| First published | 2017-02-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 163.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 21 |
| Author | Bitovi |
| Maintainers | blackmarket, bmomberger-bitovi, chasen, cherif_b, christopherjbaker, justinbmeyer, m-mujica, mattchewone, matthewp, phillipskevin, stin13 |
| Keywords | CanJS |

## Links

- npm: https://www.npmjs.com/package/can-observe
- Repository: https://github.com/canjs/can-observe
- Issues: https://github.com/canjs/can-observe/issues
- npm.io page: https://npm.io/package/can-observe

## Dependencies (9)

- [can-queues](https://npm.io/package/can-queues.md) <2.0.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.2.0
- [can-globals](https://npm.io/package/can-globals.md) ^1.2.1
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.4.2
- [can-key-tree](https://npm.io/package/can-key-tree.md) <2.0.0
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-event-queue](https://npm.io/package/can-event-queue.md) <2.0.0
- [can-simple-observable](https://npm.io/package/can-simple-observable.md) ^2.0.0
- [can-observation-recorder](https://npm.io/package/can-observation-recorder.md) <2.0.0

## Recent versions

- 2.3.2 (latest) — 2019-10-25
- 2.1.3-0 (pre) — 2018-06-21
- 2.3.1 — 2019-05-26
- 2.3.0 — 2019-05-03
- 2.2.1 — 2019-04-26
- 2.2.0 — 2018-07-03
- 2.1.3 — 2018-06-21
- 2.1.2 — 2018-06-01
- 2.1.1 — 2018-05-31
- 2.1.0 — 2018-02-20
- 2.0.2 — 2018-02-16
- 2.0.1 — 2018-01-29
- 2.0.0-pre.22 — 2018-01-08
- 2.0.0-pre.21 — 2017-12-19
- 2.0.0-pre.20 — 2017-12-18
- … 26 more at https://npm.io/package/can-observe/versions

## README

# can-observe

[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-observe/blob/master/LICENSE)
[![npm version](https://badge.fury.io/js/can-observe.svg)](https://www.npmjs.com/package/can-observe)
[![Travis build status](https://travis-ci.org/canjs/can-observe.svg?branch=master)](https://travis-ci.org/canjs/can-observe)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-observe.svg)](https://greenkeeper.io/)

Create plain observable objects. These objects can be observed by computes, or other map types like can-define.

## Documentation

Read the [can-observe API docs on CanJS.com](https://canjs.com/doc/can-observe.html).

## Changelog

See the [latest releases on GitHub](https://github.com/canjs/can-observe/releases).

## Contributing

The [contribution guide](https://github.com/canjs/can-observe/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.

## License

[MIT](https://github.com/canjs/can-observe/blob/master/LICENSE)

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