@socketsecurity/sdk 3.1.2 → 3.1.3
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.
- package/CHANGELOG.md +10 -0
- package/README.md +16 -16
- package/dist/index.js +4422 -4687
- package/package.json +2 -4
- package/types/api.d.ts +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/sdk",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "SDK for the Socket API client",
|
|
6
6
|
"author": {
|
|
@@ -58,11 +58,10 @@
|
|
|
58
58
|
"@babel/traverse": "7.26.4",
|
|
59
59
|
"@babel/types": "7.26.3",
|
|
60
60
|
"@biomejs/biome": "2.2.4",
|
|
61
|
-
"@dotenvx/dotenvx": "1.49.0",
|
|
62
61
|
"@eslint/compat": "1.3.2",
|
|
63
62
|
"@eslint/js": "9.35.0",
|
|
64
63
|
"@socketregistry/packageurl-js": "1.3.5",
|
|
65
|
-
"@socketsecurity/lib": "3.
|
|
64
|
+
"@socketsecurity/lib": "3.2.4",
|
|
66
65
|
"@types/babel__traverse": "7.28.0",
|
|
67
66
|
"@types/node": "24.9.2",
|
|
68
67
|
"@typescript/native-preview": "7.0.0-dev.20250926.1",
|
|
@@ -83,7 +82,6 @@
|
|
|
83
82
|
"husky": "9.1.7",
|
|
84
83
|
"magic-string": "0.30.14",
|
|
85
84
|
"nock": "14.0.10",
|
|
86
|
-
"npm-run-all2": "8.0.4",
|
|
87
85
|
"openapi-typescript": "6.7.6",
|
|
88
86
|
"semver": "7.7.2",
|
|
89
87
|
"taze": "19.6.0",
|
package/types/api.d.ts
CHANGED
|
@@ -15277,8 +15277,7 @@ export interface operations {
|
|
|
15277
15277
|
404: components['responses']['SocketNotFoundResponse']
|
|
15278
15278
|
429: components['responses']['SocketTooManyRequestsResponse']
|
|
15279
15279
|
}
|
|
15280
|
-
}
|
|
15281
|
-
// SDK v3 method name aliases for TypeScript compatibility.
|
|
15280
|
+
} // SDK v3 method name aliases for TypeScript compatibility.
|
|
15282
15281
|
// These map the new SDK method names to their underlying OpenAPI operation names.
|
|
15283
15282
|
listOrganizations: operations['getOrganizations']
|
|
15284
15283
|
listRepositories: operations['getOrgRepoList']
|