Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit dff6264

Browse files
committed
EOL
Thanks for npm/cli#6732 !
1 parent 884ca7e commit dff6264

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v3.0.1](https://github.com/ljharb/aud/compare/v3.0.0...v3.0.1) - 2024-07-31
9+
10+
### Commits
11+
12+
- EOL [`6236062`](https://github.com/ljharb/aud/commit/6236062a0f9e5a41d0714ee39d6037736417c822)
13+
814
## [v3.0.0](https://github.com/ljharb/aud/compare/v2.0.5...v3.0.0) - 2024-07-30
915

1016
### Commits

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
# ***END OF LIFE***
2+
3+
Thanks to the wonderful folks at npm, in npm v10.2+, after [6 years](https://twitter.com/adam_baldwin/status/994314354530045952), `npm audit` [no longer requires a lockfile](https://github.com/npm/cli/pull/6732)!
4+
5+
Therefore, you should no longer use `aud`. Instead, use `npx npm@'>=10.2' audit --production`.
6+
7+
--------
8+
19
# aud <sup>[![Version Badge][npm-version-svg]][npm-url]</sup>
210

3-
[![dependency status][deps-svg]][deps-url]
4-
[![dev dependency status][dev-deps-svg]][dev-deps-url]
511
[![License][license-image]][license-url]
612
[![Downloads][downloads-image]][downloads-url]
713

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aud",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!",
55
"bin": "./bin.mjs",
66
"exports": {

0 commit comments

Comments
 (0)