# can-deep-observable

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

Latest version **1.0.2** (published 2020-06-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install can-deep-observable
pnpm add can-deep-observable
yarn add can-deep-observable
bun add can-deep-observable
```

## 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.2 |
| Published | 2020-06-12 |
| First published | 2019-07-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 13 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | DoneJS Contributors |
| Maintainers | cherif_b, m-mujica, matthewp, phillipskevin |
| Keywords | canjs, donejs-plugin |

## Links

- npm: https://www.npmjs.com/package/can-deep-observable
- Repository: https://github.com/canjs/can-deep-observable
- Homepage: https://github.com/canjs/can-deep-observable#readme
- Issues: https://github.com/canjs/can-deep-observable/issues
- npm.io page: https://npm.io/package/can-deep-observable

## Dependencies (5)

- [can-type](https://npm.io/package/can-type.md) ^1.0.0
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.17.11
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-observable-array](https://npm.io/package/can-observable-array.md) ^1.0.0
- [can-observable-object](https://npm.io/package/can-observable-object.md) ^1.0.0

## Recent versions

- 1.0.2 (latest) — 2020-06-12
- 1.0.0-pre.1 (pre) — 2019-08-13
- 1.0.1 — 2019-10-11
- 1.0.0 — 2019-10-03
- 1.0.0-pre.0 — 2019-08-06
- 0.2.0 — 2019-07-31

## README

# can-deep-observable

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



## Usage

### ES6 use

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

```js
import plugin from 'can-deep-observable';
```

### CommonJS use

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

```js
var plugin = require("can-deep-observable");
```

### Standalone use

Load the `global` version of the plugin:

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

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