Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@socketsecurity/lib

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/lib - npm Package Compare versions

Comparing version
5.5.0
to
5.5.1
+3
-0
dist/releases/github.js

@@ -142,2 +142,5 @@ "use strict";

}
if (!assets || assets.length === 0) {
return false;
}
if (isMatch) {

@@ -144,0 +147,0 @@ const hasMatchingAsset = assets.some(

+5
-3
{
"name": "@socketsecurity/lib",
"version": "5.5.0",
"version": "5.5.1",
"packageManager": "pnpm@10.28.0",

@@ -729,3 +729,3 @@ "license": "MIT",

"@socketregistry/yocto-spinner": "1.0.25",
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.4.0",
"@socketsecurity/lib-stable": "npm:@socketsecurity/lib@5.5.0",
"@types/node": "24.9.2",

@@ -799,2 +799,3 @@ "@typescript/native-preview": "7.0.0-dev.20250920.1",

"debug": "4.4.3",
"execa": "5.1.1",
"has-flag": "5.0.1",

@@ -817,5 +818,6 @@ "isexe": "3.1.1",

"@sigstore/sign@4.1.0": "patches/@sigstore__sign@4.1.0.patch",
"node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch"
"node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch",
"execa@5.1.1": "patches/execa@5.1.1.patch"
}
}
}

Sorry, the diff of this file is too big to display