@socketsecurity/lib 3.3.9 → 3.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.3.11](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.11) - 2025-11-14
9
+
10
+ ### Fixed
11
+
12
+ - **prompts**: Fix "inquirerPrompt is not a function" error in interactive prompts
13
+ - Properly handle inquirer modules with multiple exports (select, search)
14
+
15
+ ## [3.3.10](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.10) - 2025-11-14
16
+
17
+ ### Fixed
18
+
19
+ - **deps**: Add string-width and wrap-ansi overrides for bundling compatibility
20
+ - Forces string-width@8.1.0 and wrap-ansi@9.0.2 for compatibility with strip-ansi@7.1.2
21
+
8
22
  ## [3.3.9](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.9) - 2025-11-14
9
23
 
10
24
  ### Fixed