File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments