npq 3.5.1 → 3.5.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 +18 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -117,6 +117,24 @@ MARSHALL_DISABLE_SNYK=1 npq install express
117
117
  npq install express --dry-run
118
118
  ```
119
119
 
120
+ ## Learn Node.js Security
121
+
122
+ <div align="center">
123
+
124
+ <p>
125
+ <a href="https://nodejs-security.com">
126
+ <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" />
127
+ </a>
128
+ </p>
129
+
130
+ ![Screenshot 2024-09-12 at 20 14 27](https://github.com/user-attachments/assets/586f3151-eed9-4542-92f1-de9237f6783c)
131
+
132
+ <p>
133
+ Learn Node.js Secure Coding techniques and best practices from <a href="https://www.lirantal.com">Liran Tal</a>
134
+ </p>
135
+
136
+ </div>
137
+
120
138
  ## FAQ
121
139
  1. **Can I use NPQ without having npm or yarn?**
122
140
  * 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.2",
4
4
  "description": "marshall your npm/npm package installs with high quality and class 🎖",
5
5
  "bin": {
6
6
  "npq": "./bin/npq.js",