File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 1.4.1] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.4.1 ) - 2026-03-30
8+
9+ ### Changed
10+
11+ - Tidied up validation helpers and consolidated shared patterns
12+ - Improved primordial coverage for consistency
13+ - Bounded internal caches and string processing
14+ - Freeze cached instances for immutability
15+
16+ ### Fixed
17+
18+ - VERS containment for compound range expressions
19+ - Stringify edge case with ` "0" ` as a valid component value
20+ - Component comparator uses numeric comparison
21+
722## [ 1.4.0] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.4.0 ) - 2026-03-28
823
924### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketregistry/packageurl-js" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
44 "packageManager" : " pnpm@10.33.0" ,
55 "license" : " MIT" ,
66 "description" : " Socket.dev optimized package override for packageurl-js" ,
You can’t perform that action at this time.
0 commit comments