@graphql-tools/executor-graphql-ws
Advanced tools
Comparing version 1.3.2 to 1.3.3-alpha-0638153067bf6eb7c613840304496a556521ae11
{ | ||
"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 | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17990
165
3
2
1
1
+ Added@whatwg-node/disposablestack@0.0.5(transitive)
- Removed@types/ws@^8.0.0
- Removed@types/node@22.9.3(transitive)
- Removed@types/ws@8.5.13(transitive)
- Removedundici-types@6.19.8(transitive)
Updated@graphql-tools/utils@^10.6.0