appsync-apollo-links icon indicating copy to clipboard operation
appsync-apollo-links copied to clipboard

Results 24 appsync-apollo-links issues
Sort by recently updated
recently updated
newest added

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

In NodeJS, to get around the message "Connection failed: WebSocket is not defined", I had to make use of global.WebSocket = require('ws'); I don't see that in your sample code....

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

``` ... import { Rehydrated } from 'aws-appsync-react' // this needs to also be installed when working with React ... const WithProvider = () => ( ``` The documentation says...