nodejs utils to be published to npm as node_module
- NPM notes
- jsDoc notes
- TypeScript notes
- TLS options:
- [Nodejs 11+]
minVersion
set the minimum TLS version to allow. ['TLSv1.2', 'TLSv1.1', 'TLSv1']. Cannot be specified along with the secureProtocol option. It is not recommended to use less than TLSv1.2. Default: 'TLSv1'. secureProtocol
The TLS protocol version to use. Option list:secureProtocols
. It is not recommended to use TLS versions less than 1.2. Default: none
- [Nodejs 11+]
- node-gyp rebuild require
make
andg++