@socketsecurity/sdk
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@socketsecurity/sdk", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "SDK for the Socket API client", |
@@ -69,2 +69,6 @@ /** | ||
SocketReport: { | ||
/** @default */ | ||
id: string; | ||
/** @default false */ | ||
healthy: boolean; | ||
issues: components["schemas"]["SocketIssueList"]; | ||
@@ -1988,3 +1992,5 @@ score: { | ||
content: { | ||
"multipart/form-data": { [key: string]: never }; | ||
"multipart/form-data": { | ||
issueRules?: { [key: string]: boolean }; | ||
} & { [key: string]: never }; | ||
}; | ||
@@ -1991,0 +1997,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72465
2285