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

graphql-ws

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ws - npm Package Compare versions

Comparing version 6.0.0-alpha-a8af1e8e5e1745327897641d99a053ea77e760ff to 6.0.0-alpha-b234fd545e8b1193fe7717b3b059e0f61429494e

umd/graphql-ws.js

36

package.json
{
"name": "graphql-ws",
"version": "6.0.0-alpha-a8af1e8e5e1745327897641d99a053ea77e760ff",
"version": "6.0.0-alpha-b234fd545e8b1193fe7717b3b059e0f61429494e",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",

@@ -80,13 +80,10 @@ "type": "module",

"scripts": {
"build": "pkgroll --clean-dist",
"build:umd": "rollup --bundleConfigAsCjs --config rollup.config.ts --configPlugin typescript && gzip umd/graphql-ws.min.js -c > umd/graphql-ws.min.js.gz",
"prepack": "yarn build",
"changeset": "changeset",
"check:format": "prettier --check .",
"check:lint": "eslint 'src'",
"check:type": "tsc --noEmit",
"format": "yarn check:format --write",
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.js",
"postbuild": "node scripts/fix-declaration-directives.js",
"test": "vitest"
"check:types": "tsc --noEmit",
"test": "vitest",
"build": "pkgroll --clean-dist && rollup -c rollup.config.js && gzip umd/graphql-ws.min.js -c > umd/graphql-ws.min.js.gz",
"prepack": "yarn build",
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.js"
},

@@ -102,12 +99,6 @@ "peerDependencies": {

"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint": "^8.56.10",
"@types/glob": "^8.1.0",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@types/ws": "^8.5.13",
"bun-types": "^1.1.4",
"eslint": "^8.57.0",
"fastify": "^5.2.1",

@@ -120,13 +111,10 @@ "glob": "^10.3.12",

"prettier-plugin-sh": "^0.14.0",
"replacestream": "^4.0.3",
"rollup": "^4.14.3",
"subscriptions-transport-ws": "^0.11.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.5",
"rollup": "^4.30.1",
"typedoc": "^0.27.6",
"typedoc-plugin-markdown": "^4.4.1",
"typescript": "^5.7.3",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.51.0",
"vitest": "^2.1.8",
"ws": "8.12.0"
"ws": "^8.18.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc