@whittjs/better-npm-audit 3.12.1 → 3.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -23
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,23 +1,10 @@
1
1
  # Better NPM Audit
2
2
 
3
- The goal of this project is to provide additional features on top of the existing npm audit options. We hope to encourage more people to do security audits for their projects.
3
+ Forked from [jeemok/better-npm-audit](https://github.com/jeemok/better-npm-audit). This fork adds additional features and is actively maintained.
4
4
 
5
- [![NPM](https://nodei.co/npm/better-npm-audit.png)](https://npmjs.org/package/better-npm-audit)
5
+ [![NPM](https://nodei.co/npm/@whittjs/better-npm-audit.png)](https://npmjs.org/package/@whittjs/better-npm-audit)
6
6
 
7
- ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square) ![npm downloads](https://img.shields.io/npm/d18m/better-npm-audit) ![node current](https://img.shields.io/node/v/better-npm-audit) ![node support](https://img.shields.io/badge/node-up_to_v22-brightgreen) ![npm vulnerability](https://snyk.io/test/github/jeemok/better-npm-audit/badge.svg?targetFile=package.json) ![GitHub issues](https://img.shields.io/github/issues/jeemok/better-npm-audit?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/better-npm-audit?style=flat-square) ![Languages](https://img.shields.io/github/languages/top/jeemok/better-npm-audit?style=flat-square)
8
-
9
- ## Looking for Collaborators
10
-
11
- Hi there! 👋
12
-
13
- I’m currently looking for collaborators to help maintain and develop this project. Due to time constraints, I haven’t been able to give it the attention it deserves, but I believe it has great potential to grow with the help of passionate contributors.
14
-
15
- Become a Collaborator
16
- If you’re interested in contributing on a regular basis, I’d love to have you on board as a collaborator. Whether you’re interested in fixing bugs, adding new features, or improving documentation, your contributions will be highly valued.
17
-
18
- As a collaborator, you’ll have push access to the repository and play a key role in shaping the future of the project. If this sounds like something you’d be interested in, please reach out! You can open an issue titled “Interested in Collaborating” or contact me directly via email.
19
-
20
- Let’s work together to make this project even better!
7
+ ![npm downloads](https://img.shields.io/npm/d18m/@whittjs/better-npm-audit) ![node current](https://img.shields.io/node/v/@whittjs/better-npm-audit) ![node support](https://img.shields.io/badge/node-up_to_v22-brightgreen) ![GitHub issues](https://img.shields.io/github/issues/WhittJS/better-npm-audit?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@whittjs/better-npm-audit?style=flat-square) ![Languages](https://img.shields.io/github/languages/top/WhittJS/better-npm-audit?style=flat-square)
21
8
 
22
9
  ## NPM version 6 and 7, and 8
23
10
 
@@ -31,17 +18,17 @@ NPM has upgraded to version 7 in late 2020 and has breaking changes on the `npm
31
18
  | Official NPM v7 audit docs | https://docs.npmjs.com/cli/v7/commands/npm-audit |
32
19
  | Dealing with new npm audit | https://uko.codes/dealing-with-npm-v7-audit-changes |
33
20
 
34
- You may find the sample JSON outputs for each NPM versions in our codebase: [v6](https://github.com/jeemok/better-npm-audit/blob/master/test/__mocks__/v6-json-buffer.json), [v7](https://github.com/jeemok/better-npm-audit/blob/master/test/__mocks__/v7-json-buffer.json) & [v8](https://github.com/jeemok/better-npm-audit/blob/master/test/__mocks__/v8-json-buffer.json).
21
+ You may find the sample JSON outputs for each NPM versions in our codebase: [v6](https://github.com/WhittJS/better-npm-audit/blob/master/test/__mocks__/v6-json-buffer.json), [v7](https://github.com/WhittJS/better-npm-audit/blob/master/test/__mocks__/v7-json-buffer.json) & [v8](https://github.com/WhittJS/better-npm-audit/blob/master/test/__mocks__/v8-json-buffer.json).
35
22
 
36
23
  <br />
37
24
 
38
25
  ## Installation
39
26
 
40
- $ npm install --save better-npm-audit
27
+ $ npm install --save @whittjs/better-npm-audit
41
28
 
42
29
  or
43
30
 
44
- $ npm install -g better-npm-audit
31
+ $ npm install -g @whittjs/better-npm-audit
45
32
 
46
33
  <br />
47
34
 
@@ -165,7 +152,7 @@ When using a `.nsprc` file, a report will be displayed when it starts running:
165
152
 
166
153
  ## Changelog
167
154
 
168
- You can find the changelog [here](https://github.com/jeemok/better-npm-audit/blob/master/CHANGELOG.md).
155
+ You can find the changelog [here](https://github.com/WhittJS/better-npm-audit/blob/master/CHANGELOG.md).
169
156
 
170
157
  <br />
171
158
 
@@ -177,6 +164,4 @@ You can find the changelog [here](https://github.com/jeemok/better-npm-audit/blo
177
164
 
178
165
  ---
179
166
 
180
- If you like this project,
181
-
182
- <a href="https://www.buymeacoffee.com/jeemok" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
167
+ Forked from [jeemok/better-npm-audit](https://github.com/jeemok/better-npm-audit). Original contributors listed above.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whittjs/better-npm-audit",
3
- "version": "3.12.1",
3
+ "version": "3.12.2",
4
4
  "author": "Jee Mok <jee.ict@hotmail.com>",
5
5
  "description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/WhittJS/better-npm-audit"
13
+ "url": "git+https://github.com/WhittJS/better-npm-audit.git"
14
14
  },
15
15
  "engines": {
16
16
  "node": ">= 8.12"