# can-connect

> Data connection middleware and utilities

Latest version **4.0.6** (published 2023-02-03) · MIT license · 0 weekly downloads

## Install

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

## 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 | 4.0.6 |
| Published | 2023-02-03 |
| First published | 2015-06-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 20 |
| Unpacked size | 516.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bitovi |
| Maintainers | phillipskevin, justinbmeyer, nlundquist, matthewp, bigab, kylegifford, blackmarket, chasen, bmomberger-bitovi, cherif_b, christopherjbaker, edward.p |
| Keywords | CanJS |

## Links

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

## Dependencies (20)

- [can-key](https://npm.io/package/can-key.md) <2.0.0
- [can-log](https://npm.io/package/can-log.md) ^1.0.0
- [can-ajax](https://npm.io/package/can-ajax.md) ^2.0.1
- [can-diff](https://npm.io/package/can-diff.md) <2.0.0
- [can-assign](https://npm.io/package/can-assign.md) ^1.3.3
- [can-define](https://npm.io/package/can-define.md) ^2.7.13
- [can-queues](https://npm.io/package/can-queues.md) <2.0.0
- [can-symbol](https://npm.io/package/can-symbol.md) ^1.6.1
- [can-globals](https://npm.io/package/can-globals.md) ^1.0.1
- [can-reflect](https://npm.io/package/can-reflect.md) ^1.17.10
- [can-construct](https://npm.io/package/can-construct.md) ^3.5.5
- [can-make-rest](https://npm.io/package/can-make-rest.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-local-store](https://npm.io/package/can-local-store.md) <2.0.0
- [can-query-logic](https://npm.io/package/can-query-logic.md) ^1.0.0
- [can-memory-store](https://npm.io/package/can-memory-store.md) <2.0.0
- [can-validate-interface](https://npm.io/package/can-validate-interface.md) ^1.0.0
- [can-observation-recorder](https://npm.io/package/can-observation-recorder.md) <2.0.0
- [can-define-connected-singleton](https://npm.io/package/can-define-connected-singleton.md) ^0.2.0

## Recent versions

- 4.0.6 (latest) — 2023-02-03
- 3.2.6 (legacy) — 2019-12-12
- 4.0.0-pre.3 (pre) — 2019-09-16
- 4.0.5 — 2022-07-06
- 4.0.4 — 2021-11-03
- 4.0.3 — 2021-05-30
- 4.0.2 — 2020-03-04
- 4.0.1 — 2019-10-04
- 4.0.0 — 2019-10-03
- 4.0.0-pre.2 — 2019-09-16
- 3.2.5 — 2019-09-16
- 4.0.0-pre.1 — 2019-09-05
- 3.2.4 — 2019-09-05
- 3.2.3 — 2019-08-22
- 4.0.0-pre.0 — 2019-08-06
- … 173 more at https://npm.io/package/can-connect/versions

## README

# can-connect

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

`can-connect` provides persisted data middleware. Use it to assemble powerful model layers for
any JavaScript framework, not just CanJS.

## Documentation

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

## Changelog

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

## Contributing

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

## License

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

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