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.3.0

lib/cjs/config/exports.js

44

package.json
{
"name": "express-yaschema-ws-api-handler",
"version": "1.2.0",
"version": "1.3.0",
"description": "Express handler support for yaschema-ws-api",

@@ -12,3 +12,4 @@ "keywords": [

],
"main": "lib/index.js",
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"types": "lib/index.d.ts",

@@ -20,6 +21,6 @@ "repository": "https://github.com/TypeScript-OSS/express-yaschema-ws-api-handler.git",

"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.mjs.json",
"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",
"generate:docs": "npx typedoc src/index.ts --out docs",
"generate:docs": "npx typedoc src/index.ts --out docs --skipErrorChecking",
"lint": "eslint 'src/**/*.ts?(x)' --max-warnings 0",

@@ -30,3 +31,3 @@ "prepublishOnly": "yarn clean && yarn test && yarn lint && yarn test:audit && yarn clean && yarn build && yarn generate:docs",

"test:check-circular-dependencies": "yarn build && npx madge --circular ./lib",
"test:unit-tests:": "npx jest --runInBand --coverage",
"test:unit-tests:": "NODE_OPTIONS=--experimental-vm-modules npx jest --runInBand --coverage",
"test:unit-tests": "yarn test:unit-tests: src"

@@ -36,7 +37,7 @@ },

"express-ws": "^5.0.2",
"express-yaschema-api-handler": "^1.2.1",
"express-yaschema-api-handler": "^1.3.1",
"uuid": "^9.0.0",
"yaschema": "^2.0.2",
"yaschema-api": "^2.0.3",
"yaschema-ws-api": "^1.0.1"
"yaschema": "^2.1.0",
"yaschema-api": "^2.1.0",
"yaschema-ws-api": "^1.1.0"
},

@@ -46,10 +47,11 @@ "devDependencies": {

"@types/express-ws": "^3.0.1",
"@types/jest": "^29.5.0",
"@types/lodash": "4.14.191",
"@types/jest": "^29.5.1",
"@types/lodash": "4.14.194",
"@types/multer": "^1.4.7",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "8.36.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",

@@ -63,9 +65,9 @@ "eslint-plugin-prefer-arrow": "^1.2.3",

"madge": "6.0.0",
"prettier": "2.8.4",
"prettier": "2.8.8",
"trash-cli": "5.0.0",
"ts-jest": "^29.0.5",
"typedoc": "^0.23.24",
"typescript": "5.0.2",
"yaschema-ws-api-client": "^1.1.0"
"ts-jest": "^29.1.0",
"typedoc": "^0.24.6",
"typescript": "5.0.4",
"yaschema-ws-api-client": "^1.2.0"
}
}