Skip to content

Commit 4977df0

Browse files
committedFeb 11, 2025·
Update description to mention TypeScript support
1 parent a84d4e4 commit 4977df0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bcrypt.js
22
=========
33

4-
Optimized bcrypt in JavaScript with zero dependencies. Compatible to the C++ [bcrypt](https://npmjs.org/package/bcrypt)
5-
binding on node.js and also working in the browser.
4+
Optimized bcrypt in JavaScript with zero dependencies, with TypeScript support. Compatible to the C++
5+
[bcrypt](https://npmjs.org/package/bcrypt) binding on Node.js and also working in the browser.
66

77
[![Build Status](https://img.shields.io/github/actions/workflow/status/dcodeIO/bcrypt.js/test.yml?branch=master&label=test&logo=github)](https://github.com/dcodeIO/bcrypt.js/actions/workflows/test.yml) [![Publish Status](https://img.shields.io/github/actions/workflow/status/dcodeIO/bcrypt.js/publish.yml?branch=master&label=publish&logo=github)](https://github.com/dcodeIO/bcrypt.js/actions/workflows/publish.yml) [![npm](https://img.shields.io/npm/v/bcryptjs.svg?label=npm&color=007acc&logo=npm)](https://www.npmjs.com/package/bcryptjs)
88

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bcryptjs",
3-
"description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.",
3+
"description": "Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'.",
44
"version": "0.0.0",
55
"author": "Daniel Wirtz <dcode@dcode.io>",
66
"contributors": [

0 commit comments

Comments
 (0)
Please sign in to comment.