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
*`info <package@version>` - looks up issues for a package
5
24
*`report create` - creates a report
6
25
7
26
## Environment variables
@@ -12,3 +31,9 @@
12
31
13
32
*`SOCKET_SECURITY_API_BASE_URL` - if set, this will be the base for all API-calls. Defaults to `https://api.socket.dev/v0/`
14
33
*`SOCKET_SECURITY_API_PROXY` - if set to something like [`http://127.0.0.1:9090`](https://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries), then all request will be proxied through that proxy
34
+
35
+
## See also
36
+
37
+
*[`@socketsecurity/sdk`]('https://github.com/SocketDev/socket-sdk-js") - the SDK used in this CLI
38
+
*[Socket API Reference](https://docs.socket.dev/reference) - the API used in this CLI
39
+
*[Socket GitHub App](https://github.com/apps/socket-security) - the plug-and-play GitHub App
0 commit comments