We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65562c commit 921efabCopy full SHA for 921efab
1 file changed
README.md
@@ -26,6 +26,8 @@ socket wrapper --enable
26
- `socket optimize` - Optimize dependencies with
27
[`@socketregistry`](https://github.com/SocketDev/socket-registry) overrides
28
29
+ - `--pin` - Pin overrides to their latest version
30
+
31
- `socket raw-npm` and `socket raw-npx` - Temporarily disable the Socket
32
'safe-npm' wrapper.
33
@@ -52,7 +54,7 @@ socket wrapper --enable
52
54
53
55
## Aliases
56
-All aliases supports flags and arguments of the commands they alias.
57
+All aliases support the flags and arguments of the commands they alias.
58
59
- `socket ci` - alias for `socket report create --view --strict` which creates a
60
report and quits with an exit code if the result is unhealthy. Use like eg.
0 commit comments