Skip to content

Commit 9cb4f19

Browse files
committed
feat: align download locking with npm's npx strategy
- Reduce default staleTimeout from 300s to 10s - Use downloadWithLock in dlxBinary for concurrent protection - Prevents corruption from simultaneous binary downloads - Export downloadWithLock via ./download-lock subpath
1 parent 9182256 commit 9cb4f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)