Socket
Socket
Sign inDemoInstall

bcrypt

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcrypt - npm Package Versions

1
46

0.6.0

Diff

ncb000gt
published 0.5.0 •

Changelog

Source

v0.5.0

  • Fix for issue around empty string params throwing Errors.
    • Method deprecation.
    • Upgrade from libeio/ev to libuv. (shtylman) ** --- NOTE --- Breaks 0.4.x compatability
    • EV_MULTIPLICITY compile flag.
ncb000gt
published 0.4.1 •

Changelog

Source

v0.4.1

  • Thread safety fix around OpenSSL (GH-32). (bnoordhuis - through node)
    • C++ code changes using delete and new instead of malloc and free. (shtylman)
    • Compile options for speed, zoom. (shtylman)
    • Move much of the type and variable checking to the JS. (shtylman)
published 0.4.0 •

Changelog

Source

v0.4.0

  • Added getRounds function that will tell you the number of rounds within a hash/salt
published 0.3.2 •

Changelog

Source

v0.3.2

  • Fix api issue with async salt gen first param
published 0.3.1 •

Changelog

Source

v0.3.1

  • Compile under node 0.5.x
published 0.3.0 •

Changelog

Source

v0.3.0

  • Internal Refactoring
    • Remove pthread dependencies and locking
    • Fix compiler warnings and a memory bug
published 0.2.4 •

Changelog

Source

v0.2.4

  • Use threadsafe functions instead of pthread mutexes
    • salt validation to make sure the salt is of the correct size and format
published 0.2.3 •

Changelog

Source

v0.2.3

  • cygwin support
published 0.2.2 •

Changelog

Source

v0.2.2

  • Remove dependency on libbsd, use libssl instead
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc