npq 3.5.0 → 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 +15 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,6 @@ Media coverage about npq:
|
|
|
28
28
|
- JavaScript January advent calendar's post on [Open Source From Heaven, Modules From Hell](https://www.lirantal.com/blog/2019-01-26)
|
|
29
29
|
- Liran Tal's [Malicious Modules — what you need to know when installing npm packages](https://www.lirantal.com/blog/malicious-modules-what-you-need-to-know-when-installing-npm-packages-12b2f56d3685)
|
|
30
30
|
|
|
31
|
-
|
|
32
31
|
## About
|
|
33
32
|
|
|
34
33
|
Once npq is installed, you can safely* install packages:
|
|
@@ -118,19 +117,23 @@ MARSHALL_DISABLE_SNYK=1 npq install express
|
|
|
118
117
|
npq install express --dry-run
|
|
119
118
|
```
|
|
120
119
|
|
|
121
|
-
|
|
120
|
+
## Learn Node.js Security
|
|
122
121
|
|
|
123
|
-
|
|
122
|
+
<div align="center">
|
|
124
123
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
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>
|
|
134
137
|
|
|
135
138
|
## FAQ
|
|
136
139
|
1. **Can I use NPQ without having npm or yarn?**
|