# can-observable-mixin

> Define properties on JavaScript classes

Latest version **1.2.0** (published 2021-09-13) · MIT license · 0 weekly downloads

## Install

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

## 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.2.0 |
| Published | 2021-09-13 |
| First published | 2019-07-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 201.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Bitovi |
| Maintainers | phillipskevin, nlundquist, marshallswain, matthewp, m-mujica, chasen, cherif_b, mattchewone |
| Keywords | CanJS |

## Links

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

## Dependencies (13)

- [can-log](https://npm.io/package/can-log.md) ^1.0.0
- [can-type](https://npm.io/package/can-type.md) ^1.1.0
- [can-assign](https://npm.io/package/can-assign.md) ^1.3.1
- [can-queues](https://npm.io/package/can-queues.md) ^1.2.1
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.6.0
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.17.9
- [can-namespace](https://npm.io/package/can-namespace.md) ^1.0.0
- [can-event-queue](https://npm.io/package/can-event-queue.md) ^1.1.5
- [can-observation](https://npm.io/package/can-observation.md) ^4.1.2
- [can-string-to-any](https://npm.io/package/can-string-to-any.md) ^1.2.0
- [can-define-lazy-value](https://npm.io/package/can-define-lazy-value.md) ^1.1.0
- [can-simple-observable](https://npm.io/package/can-simple-observable.md) ^2.5.0
- [can-observation-recorder](https://npm.io/package/can-observation-recorder.md) ^1.3.0

## Recent versions

- 1.2.0 (latest) — 2021-09-13
- 1.0.0-pre.11 (pre) — 2019-09-02
- 1.0.10 — 2020-06-19
- 1.0.8 — 2020-04-20
- 1.0.7 — 2019-12-11
- 1.0.6 — 2019-11-07
- 1.0.5 — 2019-11-01
- 1.0.4 — 2019-10-23
- 1.0.3 — 2019-10-18
- 1.0.2 — 2019-10-15
- 1.0.1 — 2019-10-11
- 1.0.0 — 2019-10-03
- 1.0.0-pre.10 — 2019-08-30
- 1.0.0-pre.9 — 2019-08-26
- 1.0.0-pre.8 — 2019-08-23
- … 14 more at https://npm.io/package/can-observable-mixin/versions

## README

# can-observable-mixin

[![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-observable-mixin/blob/master/LICENSE.md)
[![npm version](https://badge.fury.io/js/can-observable-mixin.svg)](https://www.npmjs.com/package/can-observable-mixin)
[![Travis build status](https://travis-ci.com/canjs/can-observable-mixin.svg?branch=master)](https://travis-ci.com/canjs/can-observable-mixin)
[![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-observable-mixin.svg)](https://greenkeeper.io/)

Import/require **can-observable-mixin** and use the class to derive your own classes.

## Documentation

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

## Changelog

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

## Contributing

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

## License

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

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