Skip to content

Commit 6fff0dc

Browse files
committed
chore: update packages
1 parent 4764c2b commit 6fff0dc

File tree

5 files changed

+236
-555
lines changed

5 files changed

+236
-555
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.0.4] - 2025-12-14
6+
7+
- Update packages
8+
9+
## [3.0.3] - 2025-10-20
10+
11+
- Bump package version
12+
513
## [3.0.2] - 2025-10-18
614

715
- Improve JSDoc documentation

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Unixcrypt for Node.js
22

3-
[![node.js build](https://github.com/markusberg/unixcrypt/actions/workflows/master.yaml/badge.svg)](https://github.com/markusberg/unixcrypt/actions/workflows/master.yaml)
4-
[![coverage](https://markusberg.github.io/unixcrypt/badges/coverage-3.0.3.svg)](https://github.com/markusberg/unixcrypt/actions)
5-
![version](https://img.shields.io/npm/v/unixcrypt.svg)
6-
[![license](https://img.shields.io/github/license/markusberg/unixcrypt.svg)](https://www.apache.org/licenses/LICENSE-2.0)
3+
[![node.js build](https://github.com/markusberg/unixcrypt/actions/workflows/badges.yaml/badge.svg)](https://github.com/markusberg/unixcrypt/actions/workflows/badges.yaml)
4+
[![coverage](https://markusberg.github.io/unixcrypt/badges/coverage-3.0.4.svg)](https://github.com/markusberg/unixcrypt/actions)
5+
[![version](https://img.shields.io/npm/v/unixcrypt.svg)](https://www.npmjs.com/package/unixcrypt)
6+
[![license](https://img.shields.io/github/license/markusberg/unixcrypt.svg)](./LICENSE)
7+
[![downloads](https://img.shields.io/npm/dt/unixcrypt.svg)](http://npm-stat.com/charts.html?package=unixcrypt)
78

89
A Node.js module for encrypting and verifying passwords according to the SHA-256 and SHA-512 Crypt standard:
910
https://www.akkadia.org/drepper/SHA-crypt.txt

0 commit comments

Comments
 (0)