socket-controllers icon indicating copy to clipboard operation
socket-controllers copied to clipboard

Use class-based controllers to handle websocket events.

Results 45 socket-controllers issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.12.1 to 18.7.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=15.12.1&new-version=18.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

## Description - fixes https://github.com/typestack/socket-controllers/issues/261 - solution: middlewares now have to e added per namespace, therefore I used the socket.io native .of() with a function filter - added the possibility...

### Description Hi, I wanted to use a middleware for doing authentication. The problem is: The middleware is never ever being called. Following setup: ```ts const io = require('socket.io')(server, {...

type: fix
status: needs triage

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.5.1. Release notes Sourced from jest's releases. v27.5.1 Features [jest-config] Support comments in JSON config file (#12316) [pretty-format] Expose ConvertAnsi plugin (#12308) Fixes [expect] Add...

dependencies

Fixes ## Description if controllers array is empty or undefined i have error "Cannot read property 'filter' of undefined" ## Checklist - [x] the pull request title describes what this...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.0 to 4.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.0 to 4.33.0. Release notes Sourced from @​typescript-eslint/parser's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...

dependencies