@socketsecurity/lib 5.5.2 → 5.5.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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
+ ## [5.5.3](https://github.com/SocketDev/socket-lib/releases/tag/v5.5.3) - 2026-01-20
9
+
10
+ ### Fixed
11
+
12
+ - **deps**: Added patch for execa@2.1.0 to fix signal-exit v4 compatibility. The package was using default import syntax with signal-exit v4, which now exports onExit as a named export.
13
+
8
14
  ## [5.5.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.5.2) - 2026-01-20
9
15
 
10
16
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/lib",
3
- "version": "5.5.2",
3
+ "version": "5.5.3",
4
4
  "packageManager": "pnpm@10.28.0",
5
5
  "license": "MIT",
6
6
  "description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -818,8 +818,8 @@
818
818
  "patchedDependencies": {
819
819
  "@npmcli/run-script@10.0.0": "patches/@npmcli__run-script@10.0.0.patch",
820
820
  "@sigstore/sign@4.1.0": "patches/@sigstore__sign@4.1.0.patch",
821
- "node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch",
822
- "execa@5.1.1": "patches/execa@5.1.1.patch"
821
+ "execa@5.1.1": "patches/execa@5.1.1.patch",
822
+ "node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch"
823
823
  }
824
824
  }
825
825
  }