We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d4dd7 commit fabf743Copy full SHA for fabf743
src/index.ts
@@ -1204,6 +1204,16 @@ export class SocketSdk {
1204
}
1205
1206
1207
+
1208
+export interface SocketSdk {
1209
+ createReportFromFilepaths: SocketSdk['createScanFromFilepaths']
1210
+ createReportFromFilePaths: SocketSdk['createScanFromFilepaths']
1211
+ getReport: SocketSdk['getScan']
1212
+ getReportList: SocketSdk['getScanList']
1213
+ getReportSupportedFiles: SocketSdk['getSupportedScanFiles']
1214
+ getScoreByNPMPackage: SocketSdk['getScoreByNpmPackage']
1215
+}
1216
1217
// Add aliases.
1218
Object.defineProperties(SocketSdk.prototype, {
1219
createReportFromFilepaths: desc(SocketSdk.prototype.createScanFromFilepaths),
0 commit comments