Skip to content

Commit a421a1d

Browse files
committed
chore: release v5.5.0
1 parent 7a20f39 commit a421a1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.4.2](https://github.com/SocketDev/socket-lib/releases/tag/v5.4.2) - 2026-01-12
8+
## [5.5.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.5.0) - 2026-01-12
99

1010
### Added
1111

1212
- **dlx/detect**: Executable type detection utilities for DLX cache and local file paths
13-
- `detectExecutableType()`: Generic entry point that routes to appropriate detection strategy
1413
- `detectDlxExecutableType()`: Detects Node.js packages vs native binaries in DLX cache by checking for node_modules/ directory
14+
- `detectExecutableType()`: Generic entry point that routes to appropriate detection strategy
1515
- `detectLocalExecutableType()`: Detects executables on local filesystem by checking package.json bin field or file extension
1616
- `isJsFilePath()`: Validates if a file path has .js, .mjs, or .cjs extension
17-
- `isNodePackage()`: Simplified helper that returns true for Node.js packages
1817
- `isNativeBinary()`: Simplified helper that returns true for native binary executables
18+
- `isNodePackage()`: Simplified helper that returns true for Node.js packages
1919

2020
### Fixed
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.4.1",
3+
"version": "5.5.0",
44
"packageManager": "pnpm@10.27.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",

0 commit comments

Comments
 (0)