websocket快速操作工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
677 B

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