Skip to content

Commit 23a8ace

Browse files
authored
fix: clarify we support all versions of npm, yarn and pnpm for SSC (#1950)
1 parent 5e01868 commit 23a8ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/supported-languages.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ Additionally, Semgrep offers beta support for the scanning of Java projects **wi
115115
</tr>
116116
<tr>
117117
<td rowspan="3">JavaScript or TypeScript</td>
118-
<td>npm (Node.js)</td>
118+
<td>npm</td>
119119
<td><code>package-lock.json</code></td>
120120
<td style={{"text-align": "center"}}>GA</td>
121121
<td>✅</td>
122122
<td rowspan="3" style={{"text-align": "center"}}>GA</td>
123123
</tr>
124124
<tr>
125-
<td>Yarn, Yarn 2, Yarn 3</td>
125+
<td>Yarn</td>
126126
<td><code>yarn.lock</code></td>
127127
<td style={{"text-align": "center"}}>GA</td>
128128
<td>✅</td>

0 commit comments

Comments
 (0)