Justin Warkentin
Justin Warkentin
It would be interesting and useful to be able to integrate with any user authentication system for any application that wants to use node-monkey. This may be possible by allowing...
As long as the `protoc` command is available on the PATH it tries to compile my files on save even though I have `"compile_on_save": false` in the extension settings. Unfortunately,...
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...
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...
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...
I have a use case where I need to be able to filter on the 'Referer' header. I have a rule where I redirect "www.amazon.com" to "smile.amazon.com". However, I have...
When transpiling to ES Modules (including setting `"type": "module"` in package.json) this breaks Jest tests with the error: > ReferenceError: module is not defined It seems it doesn't take the...
In the documentation it says `functtion` instead of `function`.
I noticed that when I run `npm-check -u` on a project that references a Github repo with a specific tag version it doesn't check to see if there is a...
See [RFC 7239](https://tools.ietf.org/html/rfc7239) for specifics, but basically the `Forwarded` header should support values like these: ``` for="_gazonk" for=192.0.2.60; proto=http; by=203.0.113.43 for=192.0.2.43, for=198.51.100.17 For="[2001:db8:cafe::17]:4711" ``` According the the RFC the `Forwarded`...