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
1
Versions
59
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
1.0.0

src/__tests__/stream.test.ts

14

package.json
{
"name": "express-yaschema-ws-api-handler",
"version": "0.0.0-alpha.10",
"version": "1.0.0",
"description": "Express handler support for yaschema-ws-api",

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

"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)",
"clean": "trash coverage dev-build docs lib",
"clean": "trash coverage dev-build ../docs lib",
"generate:docs": "npx typedoc src/index.ts --out ../docs",

@@ -37,5 +37,6 @@ "lint": "eslint 'src/**/*.ts?(x)' --max-warnings 0",

"yaschema-api": "^2.0.2",
"yaschema-ws-api": "0.0.0-alpha.0"
"yaschema-ws-api": "^1.0.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/express": "^4.17.17",

@@ -45,2 +46,4 @@ "@types/express-ws": "^3.0.1",

"@types/lodash": "4.14.191",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",

@@ -62,7 +65,10 @@ "@typescript-eslint/eslint-plugin": "^5.50.0",

"prettier": "2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"trash-cli": "5.0.0",
"ts-jest": "^29.0.5",
"typedoc": "^0.23.24",
"typescript": "4.9.5"
"typescript": "4.9.5",
"yaschema-ws-api-client": "^1.0.0"
}
}