We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7023c commit 6eeec1eCopy full SHA for 6eeec1e
1 file changed
README.md
@@ -11,10 +11,10 @@ Optimized bcrypt in TypeScript with zero dependencies. Compatible to the C++ [bc
11
12
## Why bcrypt-ts instead of bcrypt.js
13
14
-- bcrypt-ts is fully written in TypeScript
15
-- bcrypt-ts provides dual ESM/cjs mode for both Node.js and browser environments
+- Fully written in TypeScript
+- Provides separate ESM modules for Node.js and browser environments
16
- Minified output
17
-- Tree shakable
+- Better tree-shaking
18
19
## Security considerations
20
0 commit comments