__proto__ deno compatibility

This commit is contained in:
Sebastian Hildebrandt
2025-01-01 09:10:49 +01:00
parent 897e1813c2
commit ae99a911a6
9 changed files with 101 additions and 24 deletions
+5
View File
@@ -57,6 +57,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">5.24.3</th>
<td>2025-01-01</td>
<td><span class="code">prototype pollution()</span> deno compatibility</td>
</tr>
<tr>
<th scope="row">5.24.2</th>
<td>2025-01-01</td>
+1 -1
View File
@@ -170,7 +170,7 @@
<img class="logo" src="assets/logo.png" alt="logo">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version">New Version: <span id="version">5.24.2</span></div>
3<div class="version">New Version: <span id="version">5.24.2</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div>
<div class="down">
+22
View File
@@ -331,6 +331,26 @@ si.osInfo().then(data => console.log(data));</code></pre class="example">
<td>X</td>
<td>node version</td>
</tr>
<tr>
<td></td>
<td>deno</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>deno version</td>
</tr>
<tr>
<td></td>
<td>bun</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
<td>bun version</td>
</tr>
<tr>
<td></td>
<td>v8</td>
@@ -624,6 +644,8 @@ si.versions().then(data => console.log(data));</code></pre class="example">
systemOpenssl: '2.8.3',
systemOpensslLib: 'LibreSSL',
node: '13.8.0',
bun: '1.1.21',
deno: '2.1.4',
v8: '7.9.317.25-node.28',
npm: '6.13.6',
yarn: '',