Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal authored Dec 10, 2024
1 parent a1341e4 commit 4ff524b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ <h3>JavaScript libraries</h3>
<tr><th>Library</th><th>From version</th><th>Up to version</th><th>Links</th></tr>
</table>

<h3>Node packages</h3>
<table id="vulnsnode">
<tr><th>Library</th><th>From version</th><th>Up to version</th><th>Links</th></tr>
</table>



Expand Down Expand Up @@ -129,7 +125,6 @@ <h3>Node packages</h3>


fetch("//rawgit.com/RetireJS/retire.js/master/repository/jsrepository.json").then(r => r.json()).then(d => doIt("vulnsjs", d));
fetch("//rawgit.com/RetireJS/retire.js/master/repository/npmrepository.json").then(r => r.json()).then(d => doIt("vulnsjs", d));

</script>

Expand Down

0 comments on commit 4ff524b

Please sign in to comment.