You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -151,10 +151,12 @@ As well as testing individual packages you can also test all packages found in v
151
151
152
152
*`test_pipfile(<file-handle-or-string>)`- returns an IssueSet forall Python dependencies in a `Pipfile`
153
153
*`test_gemfilelock(<file-handle-or-string>)`- returns an IssueSet forall Ruby dependencies in a `Gemfile`
154
-
*`test_packagejson(<file-handle-or-string>)`- returns an IssueSet forall Javascript dependencies in a `package.json`file
154
+
*`test_packagejson(<file-handle-or-string>, (<lock-file-handle-or-string>))`- returns an IssueSet forall Javascript dependencies in a `package.json`file. Optionally takes a `package.lock`file
155
155
*`test_gradlefile(<file-handle-or-string>)`- returns an IssueSet forall dependencies in a `Gradlefile`
156
156
*`test_sbt(<file-handle-or-string>)`- returns an IssueSet forall dependencies defined in a `.sbt`file
157
157
*`test_pom(<file-handle-or-string>)`- returns an IssueSet forall dependencies in a Maven `pom.xml`file
158
+
*`test_yarn(<file-handle-or-string>, <lock-file-handle-or-string>)`- returns an IssueSet forall dependencies in Yarn `package.json`and`yarn.lock` files
159
+
*`test_composer(<file-handle-or-string>, <lock-file-handle-or-string>)`- returns an IssueSet forall dependencies in Composer `composer.json`and`composer.lock` files
158
160
159
161
For example, here we are testing a Python `Pipfile`.
0 commit comments