Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tls-browserify

emersion11.1kMIT0.2.2

A port of the tls module for the browser.

browserify, tls, browser

readme

tls-browserify

tls module for Browserify, using forge.

Works well with net-browserify, but can be used with other net libraries too (even the native one).

Supported APIs:

  • tls.TLSSocket: a secure socket
  • tls.connect(): connect to a remote server using TLS