npq 3.5.1 → 3.5.3

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 +19 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,13 +8,10 @@
8
8
  [![npm](https://img.shields.io/npm/v/npq.svg)](https://www.npmjs.com/package/npq)
9
9
  [![npm](https://img.shields.io/npm/l/npq.svg)](https://www.npmjs.com/package/npq)
10
10
  [![codecov](https://codecov.io/gh/lirantal/npq/branch/main/graph/badge.svg)](https://codecov.io/gh/lirantal/npq)
11
- [![Build Status](https://github.com/lirantal/npq/workflows/unit-tests/badge.svg)](https://github.com/lirantal/npq/workflows/unit-tests)
11
+ [![CI](https://github.com/lirantal/npq/actions/workflows/main.yml/badge.svg)](https://github.com/lirantal/npq/actions/workflows/main.yml)
12
12
  [![Known Vulnerabilities](https://snyk.io/test/github/lirantal/npq/badge.svg)](https://snyk.io/test/github/lirantal/npq)
13
13
  [![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](./SECURITY.md)
14
14
 
15
-
16
- [![npq](https://snyk.io/advisor/npm-package/npq/badge.svg)](https://snyk.io/advisor/npm-package/npq)
17
-
18
15
  ![npq-demo-3-final](https://github.com/lirantal/npq/blob/main/.github/npq-demo-1.gif?raw=true)
19
16
 
20
17
 
@@ -117,6 +114,24 @@ MARSHALL_DISABLE_SNYK=1 npq install express
117
114
  npq install express --dry-run
118
115
  ```
119
116
 
117
+ ## Learn Node.js Security
118
+
119
+ <div align="center">
120
+
121
+ <p>
122
+ <a href="https://nodejs-security.com">
123
+ <img alt="Node.js Security" align="center" src="https://img.shields.io/badge/%F0%9F%A6%84-Learn%20Node.js%20Security%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat" />
124
+ </a>
125
+ </p>
126
+
127
+ ![Screenshot 2024-09-12 at 20 14 27](https://github.com/user-attachments/assets/586f3151-eed9-4542-92f1-de9237f6783c)
128
+
129
+ <p>
130
+ Learn Node.js Secure Coding techniques and best practices from <a href="https://www.lirantal.com">Liran Tal</a>
131
+ </p>
132
+
133
+ </div>
134
+
120
135
  ## FAQ
121
136
  1. **Can I use NPQ without having npm or yarn?**
122
137
  * NPQ will audit a package for possible security issues, but it isn't a replacement for npm or yarn. When you choose to continue installing the package, it will offload the installation process to your choice of either npm or yarn.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npq",
3
- "version": "3.5.1",
3
+ "version": "3.5.3",
4
4
  "description": "marshall your npm/npm package installs with high quality and class 🎖",
5
5
  "bin": {
6
6
  "npq": "./bin/npq.js",