# feathers-socket-commons

> Shared functionality for websocket providers

Latest version **2.4.0** (published 2017-01-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install feathers-socket-commons
pnpm add feathers-socket-commons
yarn add feathers-socket-commons
bun add feathers-socket-commons
```

## 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.4.0 |
| Published | 2017-01-07 |
| First published | 2016-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Feathers contributors |
| Maintainers | daffl, ekryski, marshallswain, slajax |
| Keywords | feathers, feathers-plugin |

## Links

- npm: https://www.npmjs.com/package/feathers-socket-commons
- Repository: https://github.com/feathersjs/feathers-socket-commons
- Issues: https://github.com/feathersjs/feathers-socket-commons/issues
- npm.io page: https://npm.io/package/feathers-socket-commons

## Dependencies (3)

- [debug](https://npm.io/package/debug.md) ^2.2.0
- [feathers-errors](https://npm.io/package/feathers-errors.md) ^2.2.0
- [feathers-commons](https://npm.io/package/feathers-commons.md) ^0.8.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 2.4.0 (latest) — 2017-01-07
- 3.0.0-pre.5 (pre) — 2017-10-18
- 3.0.0-pre.4 — 2017-10-17
- 3.0.0-pre.3 — 2017-10-16
- 3.0.0-pre.2 — 2017-09-28
- 3.0.0-pre.1 — 2017-09-08
- 2.3.1 — 2016-09-02
- 2.3.0 — 2016-07-24
- 2.2.1 — 2016-07-05
- 2.2.0 — 2016-07-05
- 2.1.0 — 2016-05-29
- 2.0.0 — 2016-05-23
- 1.0.0 — 2016-04-28
- 0.2.3 — 2016-04-16
- 0.2.2 — 2016-03-22
- … 3 more at https://npm.io/package/feathers-socket-commons/versions

## README

# feathers-socket-commons

[![Build Status](https://travis-ci.org/feathersjs/feathers-socket-commons.png?branch=master)](https://travis-ci.org/feathersjs/feathers-socket-commons)
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-socket-commons/badges/gpa.svg)](https://codeclimate.com/github/feathersjs/feathers-socket-commons)
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers-socket-commons/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers-socket-commons/coverage)
[![Dependency Status](https://img.shields.io/david/feathersjs/feathers-socket-commons.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-socket-commons)
[![Download Status](https://img.shields.io/npm/dm/feathers-socket-commons.svg?style=flat-square)](https://www.npmjs.com/package/feathers-socket-commons)
[![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com)

> Shared functionality for websocket providers like [feathers-socketio](https://github.com/feathersjs/feathers-socketio) and [feathers-primus](https://github.com/feathersjs/feathers-primus)

## License

Copyright (c) 2015

Licensed under the [MIT license](LICENSE).

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