File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed
Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 1.1.35] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.35 ) - 2025-11-25
78
8- ## [ 1.1.34] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.33 ) - 2025-11-21
9+ ### Added
10+ - Added ` --reach-debug ` flag to enable verbose logging in the reachability Coana CLI
11+
12+ ### Changed
13+ - Updated ` @coana-tech/cli ` to 14.12.100
14+
15+ ## [ 1.1.34] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.34 ) - 2025-11-21
916
1017### Fixed
1118- The target path is now properly considered when conducting reachability analysis: ` socket scan reach <target> ` and ` socket scan create --reach <target> ` .
@@ -14,16 +21,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1421## [ 1.1.33] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.33 ) - 2025-11-20
1522
1623### Changed
17- - Updated @coana-tech/cli to 14.12.94
24+ - Updated ` @coana-tech/cli ` to 14.12.94
1825
1926### Fixed
2027- Enhanced error badge visibility with improved text color contrast
2128
2229## [ 1.1.32] ( https://github.com/SocketDev/socket-cli/releases/tag/v1.1.32 ) - 2025-11-20
2330
2431### Changed
25- - Updated @coana-tech/cli to 14.12.90
26- - Updated @cyclonedx/cdxgen to 11.11.0
32+ - Updated ` @coana-tech/cli ` to 14.12.90
33+ - Updated ` @cyclonedx/cdxgen ` to 11.11.0
2734
2835### Fixed
2936- Resolved ` --limit ` flag behavior to correctly restrict vulnerability processing in ` socket fix ` local mode
Original file line number Diff line number Diff line change 11{
22 "name" : " socket" ,
3- "version" : " 1.1.34 " ,
3+ "version" : " 1.1.35 " ,
44 "description" : " CLI for Socket.dev" ,
55 "homepage" : " https://github.com/SocketDev/socket-cli" ,
66 "license" : " MIT AND OFL-1.1" ,
9494 "@babel/preset-typescript" : " 7.27.1" ,
9595 "@babel/runtime" : " 7.28.4" ,
9696 "@biomejs/biome" : " 2.2.4" ,
97- "@coana-tech/cli" : " 14.12.94 " ,
97+ "@coana-tech/cli" : " 14.12.100 " ,
9898 "@cyclonedx/cdxgen" : " 11.11.0" ,
9999 "@dotenvx/dotenvx" : " 1.49.0" ,
100100 "@eslint/compat" : " 1.3.2" ,
You can’t perform that action at this time.
0 commit comments