No description
9295aa6103
When `strict-ssl` is set to a truthy value, npm always turns the environment variable into the string `true`, when the value is falsy, npm always sets it to a blank string. This fixes strict-ssl detection by always comparing the value of npm_config_strict_ssl to the string `"true"` |
||
---|---|---|
npm |