Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.securitycenter-v1beta2

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.securitycenter-v1beta2 - npm Package Compare versions

Comparing version 0.0.20230921 to 0.0.20231001

2

package.json
{
"name": "@maxim_mazurok/gapi.client.securitycenter-v1beta2",
"version": "0.0.20230921",
"version": "0.0.20231001",
"description": "TypeScript typings for Security Command Center API v1beta2",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -80,7 +80,2 @@ # TypeScript typings for Security Command Center API v1beta2

/*
Retrieve the OnboardingState of a resource.
*/
await gapi.client.securitycenter.folders.getOnboardingState({ name: "name", });
/*
Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made about these fields. In other words, GetRapidVulnerabilityDetectionSettings does not calculate the effective service settings for the resource, which accounts for inherited settings and defaults. Instead, use CalculateRapidVulnerabilityDetectionSettings for this purpose.

@@ -151,7 +146,2 @@ */

/*
Retrieve the OnboardingState of a resource.
*/
await gapi.client.securitycenter.organizations.getOnboardingState({ name: "name", });
/*
Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made about these fields. In other words, GetRapidVulnerabilityDetectionSettings does not calculate the effective service settings for the resource, which accounts for inherited settings and defaults. Instead, use CalculateRapidVulnerabilityDetectionSettings for this purpose.

@@ -227,7 +217,2 @@ */

/*
Retrieve the OnboardingState of a resource.
*/
await gapi.client.securitycenter.projects.getOnboardingState({ name: "name", });
/*
Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made about these fields. In other words, GetRapidVulnerabilityDetectionSettings does not calculate the effective service settings for the resource, which accounts for inherited settings and defaults. Instead, use CalculateRapidVulnerabilityDetectionSettings for this purpose.

@@ -234,0 +219,0 @@ */

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.securitycenter-v1beta2 definition tests */

// Revision: 20230921
// Revision: 20231001

@@ -49,6 +49,2 @@ gapi.load('client', async () => {

});
/** Retrieve the OnboardingState of a resource. */
await gapi.client.securitycenter.folders.getOnboardingState({
name: "Test string",
});
/**

@@ -259,6 +255,2 @@ * Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made

});
/** Retrieve the OnboardingState of a resource. */
await gapi.client.securitycenter.organizations.getOnboardingState({
name: "Test string",
});
/**

@@ -473,6 +465,2 @@ * Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made

});
/** Retrieve the OnboardingState of a resource. */
await gapi.client.securitycenter.projects.getOnboardingState({
name: "Test string",
});
/**

@@ -479,0 +467,0 @@ * Get the RapidVulnerabilityDetectionSettings resource. In the returned settings response, a missing field only indicates that it was not explicitly set, so no assumption should be made

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc