Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.0
v20.10.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- i.e. its user avatar

- use getGithubTopics to get the github project topics - deprecated - use githubApiGetProject with GITHUB_PROJECT_TOPICS
- use getGithubTopics to get the github project topics - deprecated - use githubApiGetProject with GITHUB_PROJECT_TOPICS

## Install

Expand Down
2 changes: 1 addition & 1 deletion coverage/consts.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1><a href="index.html">All files</a> consts.js</h1>
<div class="footer quiet pad2 space-top1 center small">
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-07T19:41:57.282Z
at 2023-11-25T13:44:00.806Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
19 changes: 8 additions & 11 deletions coverage/githubApiGet.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<h1><a href="index.html">All files</a> githubApiGet.js</h1>
<div class="clearfix">
<div class="fl pad1y space-right2">
<span class="strong">92.92% </span>
<span class="strong">92.89% </span>
<span class="quiet">Statements</span>
<span class="fraction">197/212</span>
<span class="fraction">196/211</span>
</div>

<div class="fl pad1y space-right2">
Expand All @@ -38,9 +38,9 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
</div>

<div class="fl pad1y space-right2">
<span class="strong">92.92% </span>
<span class="strong">92.89% </span>
<span class="quiet">Lines</span>
<span class="fraction">197/212</span>
<span class="fraction">196/211</span>
</div>
</div>
<p class="quiet">
Expand Down Expand Up @@ -267,8 +267,7 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
<a name='L209'></a><a href='#L209'>209</a>
<a name='L210'></a><a href='#L210'>210</a>
<a name='L211'></a><a href='#L211'>211</a>
<a name='L212'></a><a href='#L212'>212</a>
<a name='L213'></a><a href='#L213'>213</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
<a name='L212'></a><a href='#L212'>212</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
Expand Down Expand Up @@ -376,7 +375,6 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-no">&nbsp;</span>
<span class="cline-any cline-yes">3x</span>
<span class="cline-any cline-yes">3x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
Expand Down Expand Up @@ -587,7 +585,6 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
<span class="cstat-no" title="statement not covered" ><span class="branch-0 cbranch-no" title="branch not covered" > else {</span></span>
<span class="cstat-no" title="statement not covered" > return Promise.resolve(["getGithubTopics_Error_in_Implementation_of_GithubApiGetProject"]);</span>
<span class="cstat-no" title="statement not covered" > }</span>
;
}
else {
if (infoLog) {
Expand All @@ -602,9 +599,9 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
* @param {string} value - A value
* @returns {boolean} true if the value is a String Array, else false
*
*/
*/
function isStringArray(value) {
return (Array.isArray(value) &amp;&amp; value.every(element =&gt; typeof element === "string"));
return Array.isArray(value) &amp;&amp; value.every((element) =&gt; typeof element === "string");
}
/**
* Returns the github project object / json of a project if with projectName, return the github login of a user object / json of a login of a user.
Expand Down Expand Up @@ -701,7 +698,7 @@ <h1><a href="index.html">All files</a> githubApiGet.js</h1>
<div class="footer quiet pad2 space-top1 center small">
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-07T19:41:57.282Z
at 2023-11-25T13:44:00.806Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
20 changes: 10 additions & 10 deletions coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<h1>All files</h1>
<div class="clearfix">
<div class="fl pad1y space-right2">
<span class="strong">93.39% </span>
<span class="strong">93.36% </span>
<span class="quiet">Statements</span>
<span class="fraction">212/227</span>
<span class="fraction">211/226</span>
</div>

<div class="fl pad1y space-right2">
Expand All @@ -38,9 +38,9 @@ <h1>All files</h1>
</div>

<div class="fl pad1y space-right2">
<span class="strong">93.39% </span>
<span class="strong">93.36% </span>
<span class="quiet">Lines</span>
<span class="fraction">212/227</span>
<span class="fraction">211/226</span>
</div>
</div>
<p class="quiet">
Expand Down Expand Up @@ -92,20 +92,20 @@ <h1>All files</h1>

<tr>
<td class="file high" data-value="githubApiGet.js"><a href="githubApiGet.js.html">githubApiGet.js</a></td>
<td data-value="92.92" class="pic high">
<td data-value="92.89" class="pic high">
<div class="chart">
<div class="cover-fill" style="width: 92%"></div>
<div class="cover-empty" style="width: 8%"></div>
</div>
</td>
<td data-value="92.92" class="pct high">92.92%</td>
<td data-value="212" class="abs high">197/212</td>
<td data-value="92.89" class="pct high">92.89%</td>
<td data-value="211" class="abs high">196/211</td>
<td data-value="91.66" class="pct high">91.66%</td>
<td data-value="24" class="abs high">22/24</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="5" class="abs high">5/5</td>
<td data-value="92.92" class="pct high">92.92%</td>
<td data-value="212" class="abs high">197/212</td>
<td data-value="92.89" class="pct high">92.89%</td>
<td data-value="211" class="abs high">196/211</td>
</tr>
</tbody>
</table>
Expand All @@ -117,7 +117,7 @@ <h1>All files</h1>
<div class="footer quiet pad2 space-top1 center small">
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-10-07T19:41:57.282Z
at 2023-11-25T13:44:00.806Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
Loading