New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-yaschema-ws-api-handler

Package Overview
Dependencies
Maintainers
0
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-yaschema-ws-api-handler - npm Package Compare versions

Comparing version

to
2.2.7

2

lib/cjs/config/ws-api-handler-wrapper.js

@@ -17,3 +17,3 @@ "use strict";

}
catch (e) {
catch (_e) {
// Catching and ignoring by default

@@ -20,0 +20,0 @@ }

{
"name": "express-yaschema-ws-api-handler",
"version": "2.2.5",
"version": "2.2.7",
"description": "Express handler support for yaschema-ws-api",

@@ -37,3 +37,3 @@ "keywords": [

"dependencies": {
"doublell": "^1.0.5",
"doublell": "^1.1.0",
"express-ws": "^5.0.2",

@@ -49,17 +49,17 @@ "express-yaschema-api-handler": "^2.7.1",

"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.8.0",
"@eslint/js": "9.10.0",
"@types/express": "^4.17.21",
"@types/express-ws": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/multer": "^1.4.11",
"@types/express-ws": "^3.0.5",
"@types/jest": "^29.5.13",
"@types/multer": "^1.4.12",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "0.23.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"esbuild": "0.23.1",
"esbuild-plugin-tsc": "0.4.0",
"eslint": "9.8.0",
"eslint": "9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-file-extension-in-import-ts": "2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-file-extension-in-import-ts": "2.1.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prefer-arrow": "^1.2.3",

@@ -69,13 +69,13 @@ "eslint-plugin-prettier": "^5.2.1",

"eslint-plugin-tsdoc": "^0.3.0",
"express": "^4.19.2",
"express": "^4.21.0",
"glob": "11.0.0",
"jest": "29.7.0",
"madge": "7.0.0",
"madge": "8.0.0",
"prettier": "3.3.3",
"trash-cli": "6.0.0",
"ts-jest": "^29.2.3",
"typedoc": "^0.26.5",
"typescript": "5.5.4",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "5.6.2",
"yaschema-ws-api-client": "^2.2.5"
}
}

@@ -10,3 +10,3 @@ /* istanbul ignore file */

return;
} catch (e) {
} catch (_e) {
// Ignoring

@@ -13,0 +13,0 @@ await sleep(10);

@@ -75,2 +75,3 @@ import bodyParser from 'body-parser';

} catch (e) {
// eslint-disable-next-line @typescript-eslint/prefer-promise-reject-errors
reject(e);

@@ -77,0 +78,0 @@ }

@@ -10,3 +10,3 @@ import type { GenericWsApiRequestHandler } from '../register-ws-api-handler/types/GenericWsApiRequestHandler';

return await handler(fwd);
} catch (e) {
} catch (_e) {
// Catching and ignoring by default

@@ -13,0 +13,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet