File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ socket wrapper --enable
24
24
### Popular Commands
25
25
26
26
- ` socket npm [args...] ` and ` socket npx [args...] ` - Wraps ` npm ` and ` npx ` to
27
- integrate Socket and preempt installation of alerted packages using the builtin
28
- resolution of ` npm ` to precisely determine package installations.
27
+ integrate Socket and preempt installation of alerted packages using the
28
+ builtin resolution of ` npm ` to precisely determine package installations.
29
29
30
30
- ` socket optimize ` - Optimize dependencies with
31
31
[ ` @socketregistry ` ] ( https://github.com/SocketDev/socket-registry ) overrides!
@@ -35,13 +35,15 @@ socket wrapper --enable
35
35
36
36
### Other Commands
37
37
38
- - ` socket cdxgen [command] ` - Call out to [ cdxgen] ( https://cyclonedx.github.io/cdxgen/#/?id=getting-started ) .
39
- See [ their documentation] ( https://cyclonedx.github.io/cdxgen/#/CLI?id=getting-help ) for commands.
38
+ - ` socket cdxgen [command] ` - Call out to
39
+ [ cdxgen] ( https://cyclonedx.github.io/cdxgen/#/?id=getting-started ) . See
40
+ [ their documentation] ( https://cyclonedx.github.io/cdxgen/#/CLI?id=getting-help )
41
+ for commands.
40
42
41
43
- ` socket info <package@version> ` - Look up issues for a package.
42
44
43
- - ` socket raw-npm [args...] ` and ` socket raw-npx [args...] ` - Temporarily disable
44
- the Socket 'safe-npm' wrapper.
45
+ - ` socket raw-npm [args...] ` and ` socket raw-npx [args...] ` - Temporarily
46
+ disable the Socket 'safe-npm' wrapper.
45
47
46
48
- ` socket report create <path(s)-to-folder-or-file> ` - Create a report on
47
49
[ Socket.dev] ( https://socket.dev/ )
You can’t perform that action at this time.
0 commit comments