socket 0.15.21 → 0.15.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,7 +170,7 @@ async function pRetry(callbackFn, options) {
170
170
  } catch {}
171
171
  }
172
172
  // eslint-disable-next-line no-await-in-loop
173
- await timers.wait(waitTime, undefined, { signal })
173
+ await timers.setTimeout(waitTime, undefined, { signal })
174
174
  // Exponentially increase the delay for the next attempt, capping at maxDelayMs.
175
175
  delay = Math.min(delay * backoffFactor, maxDelayMs)
176
176
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/registry",
3
- "version": "1.0.195",
3
+ "version": "1.0.196",
4
4
  "license": "MIT",
5
5
  "description": "Socket.dev registry helpers methods and metadata",
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "socket",
3
- "version": "0.15.21",
3
+ "version": "0.15.23",
4
4
  "description": "CLI tool for Socket.dev",
5
5
  "homepage": "https://github.com/SocketDev/socket-cli",
6
6
  "license": "MIT",
@@ -108,8 +108,8 @@
108
108
  "@socketregistry/is-interactive": "1.0.5",
109
109
  "@socketregistry/packageurl-js": "1.0.6",
110
110
  "@socketsecurity/config": "3.0.1",
111
- "@socketsecurity/registry": "1.0.195",
112
- "@socketsecurity/sdk": "1.4.39",
111
+ "@socketsecurity/registry": "1.0.196",
112
+ "@socketsecurity/sdk": "1.4.40",
113
113
  "@types/blessed": "0.1.25",
114
114
  "@types/cmd-shim": "5.0.2",
115
115
  "@types/js-yaml": "4.0.9",
@@ -122,7 +122,7 @@
122
122
  "@types/which": "3.0.4",
123
123
  "@types/yargs-parser": "21.0.3",
124
124
  "@typescript-eslint/parser": "8.32.1",
125
- "@typescript/native-preview": "7.0.0-dev.20250523.1",
125
+ "@typescript/native-preview": "7.0.0-dev.20250525.1",
126
126
  "@vitest/coverage-v8": "3.1.4",
127
127
  "blessed": "0.1.81",
128
128
  "blessed-contrib": "4.11.0",
@@ -133,17 +133,17 @@
133
133
  "del-cli": "6.0.0",
134
134
  "dev-null-cli": "2.0.0",
135
135
  "eslint": "9.27.0",
136
- "eslint-import-resolver-typescript": "4.3.5",
137
- "eslint-plugin-import-x": "4.12.2",
136
+ "eslint-import-resolver-typescript": "4.4.0",
137
+ "eslint-plugin-import-x": "4.13.1",
138
138
  "eslint-plugin-n": "17.18.0",
139
139
  "eslint-plugin-sort-destructure-keys": "2.0.0",
140
140
  "eslint-plugin-unicorn": "56.0.1",
141
- "globals": "16.1.0",
141
+ "globals": "16.2.0",
142
142
  "hpagent": "1.2.0",
143
143
  "husky": "9.1.7",
144
144
  "ignore": "7.0.4",
145
145
  "js-yaml": "npm:@zkochan/js-yaml@0.0.7",
146
- "knip": "5.57.2",
146
+ "knip": "5.58.0",
147
147
  "lint-staged": "16.0.0",
148
148
  "magic-string": "0.30.17",
149
149
  "meow": "13.2.0",
@@ -153,9 +153,9 @@
153
153
  "npm-package-arg": "12.0.2",
154
154
  "npm-run-all2": "8.0.3",
155
155
  "open": "10.1.2",
156
- "oxlint": "0.16.11",
156
+ "oxlint": "0.16.12",
157
157
  "pony-cause": "2.1.11",
158
- "rollup": "4.41.0",
158
+ "rollup": "4.41.1",
159
159
  "semver": "7.7.2",
160
160
  "synp": "1.9.14",
161
161
  "terminal-link": "2.1.1",