Skip to content

Commit 42576d6

Browse files
committed
Bump to v1.2.0
1 parent facd1f2 commit 42576d6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [1.2.0](https://github.com/SocketDev/socket-lib/releases/tag/v1.2.0) - 2025-10-23
9+
10+
### Added
11+
12+
- Added `dlx-package` module for installing and executing npm packages directly
13+
- Content-addressed caching using SHA256 hash (like npm's _npx)
14+
- Auto-force for version ranges (^, ~, >, <) to get latest within range
15+
- Cross-platform support with comprehensive tests (30 tests)
16+
- Parses scoped and unscoped package specs correctly
17+
- Resolves binaries from package.json bin field
18+
19+
### Changed
20+
21+
- Unified DLX storage under `~/.socket/_dlx/` directory
22+
- Binary downloads now use `~/.socket/_dlx/` instead of non-existent cache path
23+
- Both npm packages and binaries share parent directory with content-addressed hashing
24+
- Updated paths.ts documentation to clarify unified directory structure
25+
826
## [1.1.2] - 2025-10-23
927

1028
### Fixed

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": "1.1.2",
3+
"version": "1.2.0",
44
"license": "MIT",
55
"description": "Core utilities and infrastructure for Socket.dev security tools",
66
"keywords": [

0 commit comments

Comments
 (0)