# socket.io-parser

> socket.io protocol parser

Latest version **4.2.7** (published 2026-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install socket.io-parser
pnpm add socket.io-parser
yarn add socket.io-parser
bun add socket.io-parser
```

## Health

**Score 85/100 (A)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.2.7 |
| Published | 2026-07-15 |
| First published | 2012-12-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10.0.0 |
| Dependencies | 2 |
| Unpacked size | 62.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 63210 |
| Maintainers | rauchg, darrachequesne |

## Links

- npm: https://www.npmjs.com/package/socket.io-parser
- Repository: https://github.com/socketio/socket.io
- Homepage: https://github.com/socketio/socket.io/tree/main/packages/socket.io-client#readme
- Issues: https://github.com/socketio/socket.io/issues
- npm.io page: https://npm.io/package/socket.io-parser

## Dependencies (2)

- [debug](https://npm.io/package/debug.md) ~4.4.1
- [@socket.io/component-emitter](https://npm.io/package/@socket.io/component-emitter.md) ~3.1.0

## Recent versions

- 4.2.7 (latest) — 2026-07-15
- 3.3.6 (v2-latest) — 2026-07-16
- 4.0.5 (v4.0-latest) — 2022-06-27
- 4.0.1-rc3 (beta) — 2020-10-25
- 3.4.5 — 2026-07-15
- 3.3.5 — 2026-03-17
- 3.4.4 — 2026-03-17
- 4.2.6 — 2026-03-17
- 4.2.5 — 2025-12-23
- 3.3.4 — 2024-07-22
- 4.2.4 — 2023-05-31
- 3.4.3 — 2023-05-22
- 4.2.3 — 2023-05-22
- 4.2.2 — 2023-01-19
- 3.3.3 — 2022-11-09
- … 46 more at https://npm.io/package/socket.io-parser/versions

## README

# socket.io

[![Latest NPM version](https://img.shields.io/npm/v/socket.io.svg)](https://www.npmjs.com/package/socket.io)
[![Build status](https://github.com/socketio/socket.io/actions/workflows/ci-socket.io.yml/badge.svg?branch=main)](https://github.com/socketio/socket.io/actions/workflows/ci-socket.io.yml)
[![Downloads per month](https://img.shields.io/npm/dm/socket.io.svg)](https://www.npmjs.com/package/socket.io)

## Getting Started

Please check our documentation [here](https://socket.io).

## Questions

Our [issues list](https://github.com/socketio/socket.io/issues) is exclusively reserved for bug reports and feature requests. For usage questions, please use the following resources:

- read our [documentation](https://socket.io/docs/v4/)
- check our [troubleshooting guide](https://socket.io/docs/v4/troubleshooting-connection-issues/)
- look for/ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/socket.io)
- create a new [discussion](https://github.com/socketio/socket.io/discussions/new?category=q-a)

## Security

If you think that you have found a security vulnerability in our project, please do not create an issue in this GitHub repository, but rather refer to our [Security Policy](./SECURITY.md).

## Issues and contribution

Please make sure to read our [Contributing Guide](./CONTRIBUTING.md) before creating an issue or making a pull request.

Thanks to everyone who has already contributed to Socket.IO!

<a href="https://github.com/socketio/socket.io/graphs/contributors"><img src="https://opencollective.com/socketio/contributors.svg?width=890" /></a>

## License

[MIT](https://opensource.org/licenses/MIT)

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