Bidirectional and low-latency communication for every platform
27 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/nextjs-pages-router/src/pages/api/hello.js | 4 | res.status(200).json({ name: "John Doe" }); |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 60 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 72 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 82 | expect(todo.title).to.eql("lorem ipsum"); |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 119 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 131 | expect(res.data.title).to.eql("lorem ipsum"); |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 171 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 179 | title: "dolor sit amet", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 188 | title: "dolor sit amet", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 196 | expect(todo.title).to.eql("dolor sit amet"); |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 242 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 279 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 285 | title: "dolor sit amet", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 296 | title: "lorem ipsum", |
| LOW | …-application/server/test/todo-management/todo.tests.ts | 301 | title: "dolor sit amet", |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | packages/socket.io-component-emitter/test/emitter.js | 155 | emitter._callbacks.should.not.have.property('$foo'); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | packages/engine.io/lib/server.ts | 763 | // try to leverage pre-existing `req._query` (e.g: from connect) |
| MEDIUM | packages/engine.io/lib/transports/polling-jsonp.ts | 23 | // we leverage the qs module so that we get built-in DoS protection |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | examples/create-react-app-example/src/serviceWorker.js | 1 | // This optional code is used to register a service worker. |
| LOW | examples/create-react-app-example/src/setupTests.js | 1 | // jest-dom adds custom jest matchers for asserting on DOM nodes. |
| LOW | packages/socket.io-parser/test/support/env.js | 1 | // WARNING this is bad practice |
| LOW | .github/workflows/ci-engine.io-client.yml | 61 | - name: Run tests with Node.js native WebSocket |
| LOW | .github/workflows/ci-engine.io-parser.yml | 41 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/socket.io/client-dist/socket.io.js | 382 | function createPacketEncoderStream() { |
| LOW | packages/socket.io/client-dist/socket.io.js | 437 | function createPacketDecoderStream(maxPayload, binaryType) { |
| LOW | packages/engine.io-parser/lib/index.ts | 49 | export function createPacketEncoderStream(): any { |
| LOW | packages/engine.io-parser/lib/index.ts | 113 | export function createPacketDecoderStream( |