Socket
Socket
Sign inDemoInstall

graphql-ws

Package Overview
Dependencies
Maintainers
1
Versions
103
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 5.9.0 to 5.9.1

58

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

@@ -38,2 +38,3 @@ "keywords": [

"import": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"browser": "./umd/graphql-ws.js"

@@ -43,11 +44,14 @@ },

"require": "./lib/use/ws.js",
"import": "./lib/use/ws.mjs"
"import": "./lib/use/ws.mjs",
"types": "./lib/use/ws.d.ts"
},
"./lib/use/uWebSockets": {
"require": "./lib/use/uWebSockets.js",
"import": "./lib/use/uWebSockets.mjs"
"import": "./lib/use/uWebSockets.mjs",
"types": "./lib/use/uWebSockets.d.ts"
},
"./lib/use/fastify-websocket": {
"require": "./lib/use/fastify-websocket.js",
"import": "./lib/use/fastify-websocket.mjs"
"import": "./lib/use/fastify-websocket.mjs",
"types": "./lib/use/fastify-websocket.d.ts"
},

@@ -87,20 +91,20 @@ "./package.json": "./package.json"

"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.0",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@rollup/plugin-typescript": "^8.3.2",
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-typescript": "^8.3.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^28.1.1",
"@types/jest": "^28.1.4",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"babel-jest": "^28.1.1",
"eslint": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"babel-jest": "^28.1.2",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"fastify": "^3.29.0",

@@ -110,8 +114,8 @@ "fastify-websocket": "4.2.2",

"graphql": "^16.5.0",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"jest-jasmine2": "^28.1.1",
"prettier": "^2.6.2",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest-jasmine2": "^28.1.2",
"prettier": "^2.7.1",
"replacestream": "^4.0.3",
"rollup": "^2.75.6",
"rollup": "^2.75.7",
"rollup-plugin-terser": "^7.0.2",

@@ -121,7 +125,7 @@ "semantic-release": "^19.0.3",

"tslib": "^2.4.0",
"typedoc": "^0.22.17",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.7.3",
"typedoc": "^0.23.2",
"typedoc-plugin-markdown": "^3.13.2",
"typescript": "^4.7.4",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.10.0",
"ws": "^8.7.0",
"ws": "^8.8.0",
"ws7": "npm:ws@^7.5.8"

@@ -128,0 +132,0 @@ },

Sorry, the diff of this file is not supported yet

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