File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Follow @SocketSecurity ] ( https://img.shields.io/twitter/follow/SocketSecurity?style=social )] ( https://twitter.com/SocketSecurity )
5
5
6
6
> A collection of [ Socket.dev] ( https://socket.dev/ ) optimize package overrides
7
- > for use with [ Socket Optimize] ( https://socket.dev/features/optimize " npx socket optimize ") .
7
+ > for use with
8
+ > [ Socket Optimize] ( https://socket.dev/features/optimize ' npx socket optimize ') .
8
9
9
10
<img src =" ./socket-optimize-hero.png " height =" 272px " width =" 576px " alt =" npx socket optimize " >
10
11
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ import inquirerConfirm from '@inquirer/confirm'
2
2
import inquirerInput from '@inquirer/input'
3
3
import inquirerPassword from '@inquirer/password'
4
4
import inquirerSearch from '@inquirer/search'
5
- import inquirerSelect , { Separator as InquirerSeparator } from '@inquirer/select'
5
+ import inquirerSelect , {
6
+ Separator as InquirerSeparator
7
+ } from '@inquirer/select'
6
8
7
9
declare namespace Prompts {
8
10
export type Separator = InquirerSeparator
You can’t perform that action at this time.
0 commit comments