0.15.61 • Published 1 month ago

@socketsecurity/cli v0.15.61

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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

3 months ago

0.14.96

3 months ago

0.14.95

3 months ago

0.14.94

3 months ago

0.14.99

3 months ago

0.14.98

3 months ago

0.15.60

1 month ago

0.14.93

3 months ago

0.15.61

1 month ago

0.14.92

3 months ago

0.14.91

3 months ago

0.14.90

3 months ago

0.14.152

2 months ago

0.14.151

2 months ago

0.14.154

2 months ago

0.14.153

2 months ago

0.14.155

2 months ago

0.14.138

3 months ago

0.14.137

3 months ago

0.14.139

3 months ago

0.14.130

3 months ago

0.14.132

3 months ago

0.14.131

3 months ago

0.14.134

3 months ago

0.14.133

3 months ago

0.14.136

3 months ago

0.14.135

3 months ago

0.14.150

3 months ago

0.14.149

3 months ago

0.14.148

3 months ago

0.14.141

3 months ago

0.14.140

3 months ago

0.14.143

3 months ago

0.14.142

3 months ago

0.14.145

3 months ago

0.14.144

3 months ago

0.14.147

3 months ago

0.14.146

3 months ago

0.15.20

2 months ago

0.14.53

4 months ago

0.15.21

2 months ago

0.14.52

4 months ago

0.14.51

4 months ago

0.14.50

4 months ago

0.15.24

2 months ago

0.14.57

4 months ago

0.15.25

2 months ago

0.14.56

4 months ago

0.15.22

2 months ago

0.14.55

4 months ago

0.15.23

2 months ago

0.15.4

2 months ago

0.14.116

3 months ago

0.15.5

2 months ago

0.14.115

3 months ago

0.15.6

2 months ago

0.14.118

3 months ago

0.15.7

2 months ago

0.14.117

3 months ago

0.15.8

2 months ago

0.15.9

2 months ago

0.14.119

3 months ago

0.15.28

2 months ago

0.15.29

2 months ago

0.15.26

2 months ago

0.14.110

3 months ago

0.14.59

4 months ago

0.15.27

2 months ago

0.14.58

4 months ago

0.15.0

2 months ago

0.14.112

3 months ago

0.15.1

2 months ago

0.14.111

3 months ago

0.15.2

2 months ago

0.14.114

3 months ago

0.15.3

2 months ago

0.14.113

3 months ago

0.15.31

2 months ago

0.14.64

4 months ago

0.15.32

2 months ago

0.14.63

4 months ago

0.14.62

4 months ago

0.15.30

2 months ago

0.14.61

4 months ago

0.15.35

1 month ago

0.14.68

3 months ago

0.15.36

1 month ago

0.14.67

4 months ago

0.15.33

1 month ago

0.14.66

4 months ago

0.15.34

1 month ago

0.14.65

4 months ago

0.14.60

4 months ago

0.14.127

3 months ago

0.14.126

3 months ago

0.14.129

3 months ago

0.14.128

3 months ago

0.15.39

1 month ago

0.15.37

1 month ago

0.14.121

3 months ago

0.15.38

1 month ago

0.14.120

3 months ago

0.14.69

3 months ago

0.14.123

3 months ago

0.14.122

3 months ago

0.14.125

3 months ago

0.14.124

3 months ago

0.15.42

1 month ago

0.14.75

3 months ago

0.15.43

1 month ago

0.14.74

3 months ago

0.15.40

1 month ago

0.14.73

3 months ago

0.15.41

1 month ago

0.14.72

3 months ago

0.15.46

1 month ago

0.14.79

3 months ago

0.15.47

1 month ago

0.14.78

3 months ago

0.15.44

1 month ago

0.14.77

3 months ago

0.15.45

1 month ago

0.14.76

3 months ago

0.14.71

3 months ago

0.14.70

3 months ago

0.15.48

1 month ago

0.15.49

1 month ago

0.15.53

1 month ago

0.14.86

3 months ago

0.15.54

1 month ago

0.14.85

3 months ago

0.15.51

1 month ago

0.14.84

3 months ago

0.15.52

1 month ago

0.14.83

3 months ago

0.15.57

1 month ago

0.15.58

1 month ago

0.14.89

3 months ago

0.15.55

1 month ago

0.14.88

3 months ago

0.15.56

1 month ago

0.14.87

3 months ago

0.14.82

3 months ago

0.15.50

1 month ago

0.14.81

3 months ago

0.14.80

3 months ago

0.14.105

3 months ago

0.14.104

3 months ago

0.14.107

3 months ago

0.14.106

3 months ago

0.14.109

3 months ago

0.14.108

3 months ago

0.15.59

1 month ago

0.14.101

3 months ago

0.14.100

3 months ago

0.14.103

3 months ago

0.14.102

3 months ago

0.14.24

8 months ago

0.14.23

8 months ago

0.14.22

8 months ago

0.14.21

8 months ago

0.14.28

7 months ago

0.14.27

8 months ago

0.14.26

8 months ago

0.14.25

8 months ago

0.14.29

7 months ago

0.14.31

7 months ago

0.14.30

7 months ago

0.14.35

7 months ago

0.14.34

7 months ago

0.14.33

7 months ago

0.14.32

7 months ago

0.14.39

6 months ago

0.14.38

6 months ago

0.14.37

7 months ago

0.14.36

7 months ago

0.14.42

5 months ago

0.15.10

2 months ago

0.14.41

5 months ago

0.14.40

6 months ago

0.15.13

2 months ago

0.14.46

5 months ago

0.15.14

2 months ago

0.14.45

5 months ago

0.15.11

2 months ago

0.14.44

5 months ago

0.15.12

2 months ago

0.14.43

5 months ago

0.15.17

2 months ago

0.15.18

2 months ago

0.14.49

4 months ago

0.15.15

2 months ago

0.14.48

5 months ago

0.15.16

2 months ago

0.14.47

5 months ago

0.15.19

2 months ago

0.14.20

8 months ago

0.14.13

9 months ago

0.14.17

8 months ago

0.14.16

8 months ago

0.14.15

8 months ago

0.14.14

9 months ago

0.14.19

8 months ago

0.14.18

8 months ago

0.14.12

9 months ago

0.14.11

9 months ago

0.14.10

9 months ago

0.14.8

9 months ago

0.14.9

9 months ago

0.14.6

9 months ago

0.14.7

9 months ago

0.14.5

9 months ago

0.14.3

9 months ago

0.14.4

9 months ago

0.14.2

9 months ago

0.14.1

9 months ago

0.14.0

9 months ago

0.11.0

11 months ago

0.10.1

12 months ago

0.12.0

11 months ago

0.11.1

11 months ago

0.13.0

10 months ago

0.10.0

12 months ago

0.9.3

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.8.2

2 years ago

0.7.2

2 years ago

0.7.1

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.4.2-provenance

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.3.0

3 years ago

0.4.1

2 years ago

0.4.0

2 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