inetChecksite() possible security issue fix

This commit is contained in:
Sebastian Hildebrandt
2021-02-15 14:41:44 +01:00
parent fbb5c2adcd
commit c28b46d492
10 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
<p>This library is supposed to be used as a <a href="https://nodejs.org/en/" rel="nofollow">node.js</a> backend/server-side library and will definilely not work within a browser.</p>
<h2>Installation (old version 4)</h2>
<pre>$ npm install systeminformation@4 —save</pre>
<pre>$ npm install systeminformation@4 —-save</pre>
<h2>Usage</h2>
<p>All functions (except <span class="code">version</span> and <span class="code">time</span>) are implemented as asynchronous functions. Here a small example how to use them:</p>
<pre><code class="js">const si = require('systeminformation');