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.
- package/README.md +18 -0
- 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
|
+

|
|
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.
|