Gustaf Räntilä
Gustaf Räntilä
## Plugin metadata This PR adds plugin metadata to plugins, in a field called `info`. It allows implementors (and plugin developers) to decorate plugins with: * Information about the plugin...
When using reusable encoders/decoders, decoding fails when using the reused `decode()` function in the custom decoding function. The following example works if `USE_REUSABLE_CODING` is set to `false`, meaning the whole...
This fixes #1044 - [x] Update CHANGELOG.md\* with your change (include reference to issue & this PR) - [x] Make sure all of the significant new logic is covered by...
As described here: https://nodejs.org/dist/latest-v9.x/docs/api/http2.html#http2_http2session_originset
When a server tries to set a cookie with an invalid domain, `tough-cookie` throws. `fetch-h2` should handle this.
Implement support for a custom error log handler, so that asynchronous errors can be caught instead of (as now) be console logged. Analyze whether this should be per-request, per-context and/or...
**Describe the bug** First of all, thanks for an awesome yaml parser/stringifyer! I just wrote this this weekend: [yaml-diff-patch](https://github.com/grantila/yaml-diff-patch) using this library to allow modifying a yaml using JSON patches....
First of all, I don't use this package so I won't participate further, just want to let you know. While [investigating](https://github.com/dominictarr/event-stream/issues/115#issuecomment-441854646) a bit of the `event-stream` "issue", I found that...
There is a function called `isInBrowser()` which is used to not run XMLHttpRequest's in Node. The documentation also mentions this, and the option to specify `{ environment: 'node' }`. However,...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...