0.15.61 • Published 9 months ago

@socketsecurity/cli v0.15.61

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Socket CLI

Socket Badge Follow @SocketSecurity

CLI tool for Socket.dev

Usage

npm install -g socket
socket --help

Commands

  • socket npm [args...] and socket npx [args...] - Wraps npm and npx to integrate Socket and preempt installation of alerted packages using the builtin resolution of npm to precisely determine package installations.

  • socket optimize - Optimize dependencies with @socketregistry overrides! (👀 our blog post)

    • --pin - Pin overrides to their latest version.
    • --prod - Add overrides for only production dependencies.
  • socket cdxgen [command] - Call out to cdxgen. See their documentation for commands.

Aliases

All aliases support the flags and arguments of the commands they alias.

  • socket ci - alias for socket report create --view --strict which creates a report and quits with an exit code if the result is unhealthy. Use like eg. socket ci . for a report for the current folder

Flags

Command specific flags

  • --view - when set on socket report create the command will immediately do a socket report view style view of the created report, waiting for the server to complete it

Output flags

  • --json - outputs result as json which you can then pipe into jq and other tools
  • --markdown - outputs result as markdown which you can then copy into an issue, PR or even chat

Strictness flags

  • --all - by default only high and critical issues are included, by setting this flag all issues will be included
  • --strict - when set, exits with an error code if report result is deemed unhealthy

Other flags

  • --dry-run - like all CLI tools that perform an action should have, we have a dry run flag. Eg. socket report create supports running the command without actually uploading anything
  • --debug - outputs additional debug output. Great for debugging, geeks and us who develop. Hopefully you will never need it, but it can still be fun, right?
  • --help - prints the help for the current command. All CLI tools should have this flag
  • --version - prints the version of the tool. All CLI tools should have this flag

Configuration files

The CLI reads and uses data from a socket.yml file in the folder you run it in. It supports the version 2 of the socket.yml file format and makes use of the projectIgnorePaths to excludes files when creating a report.

Environment variables

  • SOCKET_CLI_API_TOKEN - if set, this will be used as the API-key

Contributing

Setup

To run dev locally you can run these steps

npm install
npm run build:dist
npm exec socket

That should invoke it from local sources. If you make changes you run build:dist again.

Environment variables for development

  • SOCKET_CLI_API_BASE_URL - if set, this will be the base for all API-calls. Defaults to https://api.socket.dev/v0/
  • SOCKET_CLI_API_PROXY - if set to something like http://127.0.0.1:9090, then all request will be proxied through that proxy

Similar projects

See also

0.14.97

11 months ago

0.14.96

11 months ago

0.14.95

11 months ago

0.14.94

11 months ago

0.14.99

11 months ago

0.14.98

11 months ago

0.15.60

9 months ago

0.14.93

11 months ago

0.15.61

9 months ago

0.14.92

11 months ago

0.14.91

11 months ago

0.14.90

11 months ago

0.14.152

10 months ago

0.14.151

10 months ago

0.14.154

10 months ago

0.14.153

10 months ago

0.14.155

10 months ago

0.14.138

11 months ago

0.14.137

11 months ago

0.14.139

11 months ago

0.14.130

11 months ago

0.14.132

11 months ago

0.14.131

11 months ago

0.14.134

11 months ago

0.14.133

11 months ago

0.14.136

11 months ago

0.14.135

11 months ago

0.14.150

10 months ago

0.14.149

10 months ago

0.14.148

10 months ago

0.14.141

11 months ago

0.14.140

11 months ago

0.14.143

11 months ago

0.14.142

11 months ago

0.14.145

11 months ago

0.14.144

11 months ago

0.14.147

11 months ago

0.14.146

11 months ago

0.15.20

9 months ago

0.14.53

1 year ago

0.15.21

9 months ago

0.14.52

1 year ago

0.14.51

1 year ago

0.14.50

1 year ago

0.15.24

9 months ago

0.14.57

12 months ago

0.15.25

9 months ago

0.14.56

12 months ago

0.15.22

9 months ago

0.14.55

12 months ago

0.15.23

9 months ago

0.15.4

10 months ago

0.14.116

11 months ago

0.15.5

10 months ago

0.14.115

11 months ago

0.15.6

10 months ago

0.14.118

11 months ago

0.15.7

10 months ago

0.14.117

11 months ago

0.15.8

10 months ago

0.15.9

10 months ago

0.14.119

11 months ago

0.15.28

9 months ago

0.15.29

9 months ago

0.15.26

9 months ago

0.14.110

11 months ago

0.14.59

12 months ago

0.15.27

9 months ago

0.14.58

12 months ago

0.15.0

10 months ago

0.14.112

11 months ago

0.15.1

10 months ago

0.14.111

11 months ago

0.15.2

10 months ago

0.14.114

11 months ago

0.15.3

10 months ago

0.14.113

11 months ago

0.15.31

9 months ago

0.14.64

12 months ago

0.15.32

9 months ago

0.14.63

12 months ago

0.14.62

12 months ago

0.15.30

9 months ago

0.14.61

12 months ago

0.15.35

9 months ago

0.14.68

11 months ago

0.15.36

9 months ago

0.14.67

11 months ago

0.15.33

9 months ago

0.14.66

12 months ago

0.15.34

9 months ago

0.14.65

12 months ago

0.14.60

12 months ago

0.14.127

11 months ago

0.14.126

11 months ago

0.14.129

11 months ago

0.14.128

11 months ago

0.15.39

9 months ago

0.15.37

9 months ago

0.14.121

11 months ago

0.15.38

9 months ago

0.14.120

11 months ago

0.14.69

11 months ago

0.14.123

11 months ago

0.14.122

11 months ago

0.14.125

11 months ago

0.14.124

11 months ago

0.15.42

9 months ago

0.14.75

11 months ago

0.15.43

9 months ago

0.14.74

11 months ago

0.15.40

9 months ago

0.14.73

11 months ago

0.15.41

9 months ago

0.14.72

11 months ago

0.15.46

9 months ago

0.14.79

11 months ago

0.15.47

9 months ago

0.14.78

11 months ago

0.15.44

9 months ago

0.14.77

11 months ago

0.15.45

9 months ago

0.14.76

11 months ago

0.14.71

11 months ago

0.14.70

11 months ago

0.15.48

9 months ago

0.15.49

9 months ago

0.15.53

9 months ago

0.14.86

11 months ago

0.15.54

9 months ago

0.14.85

11 months ago

0.15.51

9 months ago

0.14.84

11 months ago

0.15.52

9 months ago

0.14.83

11 months ago

0.15.57

9 months ago

0.15.58

9 months ago

0.14.89

11 months ago

0.15.55

9 months ago

0.14.88

11 months ago

0.15.56

9 months ago

0.14.87

11 months ago

0.14.82

11 months ago

0.15.50

9 months ago

0.14.81

11 months ago

0.14.80

11 months ago

0.14.105

11 months ago

0.14.104

11 months ago

0.14.107

11 months ago

0.14.106

11 months ago

0.14.109

11 months ago

0.14.108

11 months ago

0.15.59

9 months ago

0.14.101

11 months ago

0.14.100

11 months ago

0.14.103

11 months ago

0.14.102

11 months ago

0.14.24

1 year ago

0.14.23

1 year ago

0.14.22

1 year ago

0.14.21

1 year ago

0.14.28

1 year ago

0.14.27

1 year ago

0.14.26

1 year ago

0.14.25

1 year ago

0.14.29

1 year ago

0.14.31

1 year ago

0.14.30

1 year ago

0.14.35

1 year ago

0.14.34

1 year ago

0.14.33

1 year ago

0.14.32

1 year ago

0.14.39

1 year ago

0.14.38

1 year ago

0.14.37

1 year ago

0.14.36

1 year ago

0.14.42

1 year ago

0.15.10

10 months ago

0.14.41

1 year ago

0.14.40

1 year ago

0.15.13

10 months ago

0.14.46

1 year ago

0.15.14

10 months ago

0.14.45

1 year ago

0.15.11

10 months ago

0.14.44

1 year ago

0.15.12

10 months ago

0.14.43

1 year ago

0.15.17

10 months ago

0.15.18

9 months ago

0.14.49

1 year ago

0.15.15

10 months ago

0.14.48

1 year ago

0.15.16

10 months ago

0.14.47

1 year ago

0.15.19

9 months ago

0.14.20

1 year ago

0.14.13

1 year ago

0.14.17

1 year ago

0.14.16

1 year ago

0.14.15

1 year ago

0.14.14

1 year ago

0.14.19

1 year ago

0.14.18

1 year ago

0.14.12

1 year ago

0.14.11

1 year ago

0.14.10

1 year ago

0.14.8

1 year ago

0.14.9

1 year ago

0.14.6

1 year ago

0.14.7

1 year ago

0.14.5

1 year ago

0.14.3

1 year ago

0.14.4

1 year ago

0.14.2

1 year ago

0.14.1

1 year ago

0.14.0

1 year ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

2 years ago

0.11.1

2 years ago

0.13.0

1 year ago

0.10.0

2 years ago

0.9.3

2 years ago

0.9.0

2 years ago

0.8.0

3 years ago

0.8.2

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.4.2-provenance

3 years ago

0.5.2

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago