-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mok
committed
Jun 20, 2021
1 parent
d9f4b4b
commit 0b7357c
Showing
23 changed files
with
1,436 additions
and
994 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: jeemok | ||
custom: https://www.buymeacoffee.com/jeemok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,54 @@ | ||
## Next: 2.0.0-rc | ||
|
||
### Notable changes | ||
|
||
* Simplified the workflow and improved overall performance by running less. | ||
* Reduce code size and package size in half (! | ||
* Added own table display for security report | ||
* Added table overview of exceptions from `.nsprc` file | ||
|
||
### Breaking changes | ||
|
||
* Renamed `ignore` field to `active` in `.nsprc` file for better clarity. | ||
* Renamed `reason` field to `notes` in `.nsprc` file for better clarity. | ||
* Removed `--display-full` flag that was used to ignore the maximum display limit. Now with the summary table it would be unlikely to display large size of information. | ||
* Removed `--display-notes` flag that was used for displaying exception notes. Now it is included in the exceptions table. | ||
|
||
### Others | ||
|
||
* Removed logging of flags used | ||
* Added npm audit into CI pipeline | ||
* Added FUNDING.md | ||
* Updated README.md | ||
|
||
## Closed issues | ||
|
||
* # []() | ||
|
||
--- | ||
|
||
## 1.12.0 (June 18, 2021) | ||
|
||
* [Display warning when exceptionIds are unused](https://github.com/jeemok/better-npm-audit/pull/38) | ||
* [#38](https://github.com/jeemok/better-npm-audit/pull/38) Display warning when `exceptionIds` are unused | ||
|
||
## 1.11.2 (June 11, 2021) | ||
|
||
* [Fixed security CVE-2020-28469: Bump glob-parent from 5.1.1 to 5.1.2](https://github.com/jeemok/better-npm-audit/pull/37) | ||
* [#37](https://github.com/jeemok/better-npm-audit/pull/37) Fixed security CVE-2020-28469: Bump glob-parent from 5.1.1 to 5.1.2 | ||
|
||
## 1.11.1 (June 11, 2021) | ||
|
||
* Updated README | ||
* Updated `README.md` | ||
|
||
## 1.11.0 (June 11, 2021) | ||
|
||
* [Added environment variable support `process.env.NPM_CONFIG_AUDIT_LEVEL` to set the audit level](https://github.com/jeemok/better-npm-audit/pull/36) | ||
* [#36](https://github.com/jeemok/better-npm-audit/pull/36) Added environment variable support `process.env.NPM_CONFIG_AUDIT_LEVEL` to set the audit level | ||
|
||
## 1.10.1 (June 7, 2021) | ||
|
||
* Updated `--full` flag logging from `[full log mode enabled]` to `[report display limit disabled]` | ||
* [Added new flag `--display-notes` to display reasons for the exceptions](https://github.com/jeemok/better-npm-audit/issues/32) | ||
* [#32](https://github.com/jeemok/better-npm-audit/issues/32) Added new flag `--display-notes` to display reasons for the exceptions | ||
|
||
## 1.9.3 (June 6, 2021) | ||
|
||
### Features | ||
|
||
* [Added CHANGELOG.md](https://github.com/jeemok/better-npm-audit/issues/31) | ||
* [#31](https://github.com/jeemok/better-npm-audit/issues/31) Added `CHANGELOG.md` | ||
* Updated `README.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.