string(latest: 3.3.3) string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.
http-browserify(latest: 1.7.0) http module compatability for browserify
vm-browserify(latest: 1.1.2) vm module for the browser
randombytes(latest: 2.1.0) random bytes from browserify stand alone
browser-resolve(latest: 2.0.0) resolve which handles browser field support in package.json
batchflow(latest: 0.4.0) Batch process collections in parallel or sequentially.
detective(latest: 5.2.1) find all require() calls by walking the AST
crypto-browserify(latest: 3.12.0) implementation of crypto for the browser
syntax-error(latest: 1.4.0) detect and report syntax errors in source code strings
buffer-json(latest: 2.0.0) JSON.stringify & JSON.parse which can encode/decode buffers.
bn.js(latest: 5.2.1) Big number implementation in pure javascript
eslint-config-standard(latest: 17.1.0) JavaScript Standard Style - ESLint Shareable Config
stream-splicer(latest: 2.0.1) streaming pipeline with a mutable configuration
eslint-config-standard-react(latest: 13.0.0) JavaScript Standard Style React/JSX support - ESLint Shareable Config
deglob(latest: 4.0.1) Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.
static-module(latest: 3.0.4) convert module usage to inline expressions
acorn-node(latest: 2.0.1) the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
death(latest: 1.1.0) Gracefully cleanup when termination signals are sent to your process.
watchify(latest: 4.0.0) watch mode for browserify builds
is-async-fn(latest: 1.1.0) Check if something is an ES7 async function
bip38(latest: 3.1.1) BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is impervious to brute force attacks thus protecting the user.
aes(latest: 0.1.0) A JavaScript component for the Advanced Encryption Standard (AES).
scryptsy(latest: 2.1.0) Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.
crypto-hashing(latest: 1.0.0) Hash functions for bitcoin and other cryptocurrencies
create-hash(latest: 1.2.0) create hashes for browserify
pbkdf2-sha256(latest: 1.1.1) pbkdf2-sha256 is a PBDKF2 implementation using HMAC SHA256
pbkdf2(latest: 3.1.2) This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
ripemd160(latest: 2.0.2) Compute ripemd160 of bytes or strings.
md5.js(latest: 1.3.5) node style md5 on pure JavaScript
create-hmac(latest: 1.1.7) node style hmacs in the browser
convert-hex(latest: 0.1.0) Convert to/from hex string and array of bytes
convert-string(latest: 0.1.0) Convert to/from strings and array of bytes
pbkdf2-compat(latest: 4.0.0) This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
eckey(latest: 1.0.2) Handle private key and public keys associated with elliptic curve cryptography. Used with crypto currencies such as Bitcoin, Litecoin, Dogecoin, etc. Works in both Node.js and the browser.
secp256k1(latest: 5.0.1) This module provides native bindings to ecdsa secp256k1 functions
wif(latest: 5.0.0) Bitcoin Wallet Import Format (WIF) decoding/encoding module