graphql-ws
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -0,1 +1,8 @@ | ||
## [4.4.1](https://github.com/enisdenjo/graphql-ws/compare/v4.4.0...v4.4.1) (2021-04-14) | ||
### Bug Fixes | ||
* Add `uWebSockets` exports path ([36247cb](https://github.com/enisdenjo/graphql-ws/commit/36247cbce31b6d049a58622df58a9b5fb3dafbd6)), closes [#155](https://github.com/enisdenjo/graphql-ws/issues/155) | ||
# [4.4.0](https://github.com/enisdenjo/graphql-ws/compare/v4.3.4...v4.4.0) (2021-04-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "graphql-ws", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client", | ||
@@ -40,2 +40,6 @@ "keywords": [ | ||
}, | ||
"./lib/use/uWebSockets": { | ||
"require": "./lib/use/uWebSockets.js", | ||
"import": "./lib/use/uWebSockets.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -42,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
231584
1