Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/executor-graphql-ws

Package Overview
Dependencies
Maintainers
4
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/executor-graphql-ws - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3-alpha-0638153067bf6eb7c613840304496a556521ae11

CHANGELOG.md

80

package.json
{
"name": "@graphql-tools/executor-graphql-ws",
"version": "1.3.2",
"version": "1.3.3-alpha-0638153067bf6eb7c613840304496a556521ae11",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.5.6",
"@types/ws": "^8.0.0",
"graphql-ws": "^5.14.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
"ws": "^8.17.1"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-tools",
"url": "graphql-hive/gateway",
"directory": "packages/executors/graphql-ws"

@@ -25,42 +14,43 @@ },

"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./*": {
"require": {
"types": "./typings/*.d.cts",
"default": "./cjs/*.js"
},
"import": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
},
"default": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
}
},
"./package.json": "./package.json"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"prepack": "yarn build"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.6.0",
"@whatwg-node/disposablestack": "^0.0.5",
"graphql-ws": "^5.14.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
"ws": "^8.17.1"
},
"devDependencies": {
"@types/ws": "^8.0.0",
"graphql": "^16.9.0",
"pkgroll": "2.5.1"
},
"sideEffects": false
}
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