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
* Rewrite with handcrafted class
Replaces `api` module with a simple handcrafted API class that wraps `got` and which simply auto-generates the types
* Add husky + readd lockfile
* Extend static code analysis + tests
* Fix npm lint workflow test script name
* Fix path to openapi.json
* Update README
* Restore prettification of base JSON
*`filePaths`: An `array` of absolute or relative `string` paths to `package.json` and any corresponding `package-lock.json` files
52
+
*`pathsRelativeTo`: A `string` path that the absolute paths `filePaths` are relative to. This to calculate where in your project the `package.json`/`package-lock.json` files lives
53
+
*`getReportList()`
54
+
*`getReport(id)`
55
+
*`id`: A `string` representing the id of a created report
56
+
57
+
### Utility methods
58
+
59
+
*`getQuota()`
60
+
35
61
## See also
36
62
37
63
*[Socket API Reference](https://docs.socket.dev/reference)
0 commit comments