Ian Walter
Ian Walter
It would set the property to an array regardless if one flag is passed or multiple flags are passed. ```js getopts(["-t", "lunch"], { array: ["t"] }) //=> { t: ["lunch"]...
Document how to use HttpOnly cookies with Bouncer (and make it easier to do so if necessary) to prevent XSS attacks as described in http://www.redotheweb.com/2015/11/09/api-security.html.
This would allow an application to provide their users with an overview of their active sessions, like GitHub does in Settings > Security. Data could include: - IP Adress -...
### What problem does this feature solve? Vuex doesn't provide a way for plugins to be notified when modules are added to the store dynamically through `registerModule`. This means that...
## Description I think it would be helpful to package authors if running np checked `yarn audit` or `npm audit` for any critical vulnerabilities by default and could be configured...
For example, if I’m trying to use Ship to manage a Redis instance for dev and staging how would I do that? Would I just copy the ship overlay and...