@socketsecurity/lib 3.3.8 → 3.3.10
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 +14 -0
- package/dist/external/@inquirer/checkbox.js +363 -1218
- package/dist/external/@inquirer/confirm.js +361 -1216
- package/dist/external/@inquirer/input.js +363 -1218
- package/dist/external/@inquirer/password.js +363 -1218
- package/dist/external/@inquirer/search.js +363 -1218
- package/dist/external/@inquirer/select.js +361 -1216
- package/package.json +4 -1
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.10](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.10) - 2025-11-14
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **deps**: Add string-width and wrap-ansi overrides for bundling compatibility
|
|
13
|
+
- Forces string-width@8.1.0 and wrap-ansi@9.0.2 for compatibility with strip-ansi@7.1.2
|
|
14
|
+
|
|
15
|
+
## [3.3.9](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.9) - 2025-11-14
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- **deps**: Add strip-ansi override to fix bundling compatibility
|
|
20
|
+
- Forces strip-ansi@7.1.2 for compatibility with ansi-regex@6.2.2
|
|
21
|
+
|
|
8
22
|
## [3.3.8](https://github.com/SocketDev/socket-lib/releases/tag/v3.3.8) - 2025-11-14
|
|
9
23
|
|
|
10
24
|
### Fixed
|