1 | Distributions
|
2 | =============
|
3 | bcrypt.js is available as the following distributions:
|
4 |
|
5 | * **[bcrypt.js](https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.js)**
|
6 | contains the commented source code.
|
7 |
|
8 | * **[bcrypt.min.js](https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.min.js)**
|
9 | has been compiled with Closure Compiler using advanced optimizations.
|
10 |
|
11 | * **[bcrypt.min.map](https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.min.map)**
|
12 | contains the source map generated by Closure Compiler.
|
13 |
|
14 | * **[bcrypt.min.js.gz](https://github.com/dcodeIO/bcrypt.js/blob/master/dist/bcrypt.min.js.gz)**
|
15 | has also been gzipped using `-9`.
|