New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/client-codebuild

Package Overview
Dependencies
Maintainers
5
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-codebuild - npm Package Compare versions

Comparing version 3.750.0 to 3.753.0

6

dist-es/models/models_0.js

@@ -226,2 +226,8 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";

};
export const WebhookStatus = {
ACTIVE: "ACTIVE",
CREATE_FAILED: "CREATE_FAILED",
CREATING: "CREATING",
DELETING: "DELETING",
};
export const ReportExportConfigType = {

@@ -228,0 +234,0 @@ NO_EXPORT: "NO_EXPORT",

2

dist-es/protocols/Aws_json1_1.js

@@ -1569,2 +1569,4 @@ import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";

secret: __expectString,
status: __expectString,
statusMessage: __expectString,
url: __expectString,

@@ -1571,0 +1573,0 @@ });

@@ -194,2 +194,4 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING",
* // statusMessage: "STRING_VALUE",
* // },

@@ -196,0 +198,0 @@ * // vpcConfig: { // VpcConfig

@@ -361,2 +361,4 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING",
* // statusMessage: "STRING_VALUE",
* // },

@@ -363,0 +365,0 @@ * // vpcConfig: { // VpcConfig

@@ -92,2 +92,4 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING",
* // statusMessage: "STRING_VALUE",
* // },

@@ -94,0 +96,0 @@ * // };

@@ -361,2 +361,4 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING",
* // statusMessage: "STRING_VALUE",
* // },

@@ -363,0 +365,0 @@ * // vpcConfig: { // VpcConfig

@@ -81,2 +81,4 @@ import { Command as $Command } from "@smithy/smithy-client";

* // },
* // status: "CREATING" || "CREATE_FAILED" || "ACTIVE" || "DELETING",
* // statusMessage: "STRING_VALUE",
* // },

@@ -83,0 +85,0 @@ * // };

@@ -628,2 +628,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";

}
export declare const WebhookStatus: {
readonly ACTIVE: "ACTIVE";
readonly CREATE_FAILED: "CREATE_FAILED";
readonly CREATING: "CREATING";
readonly DELETING: "DELETING";
};
export type WebhookStatus = (typeof WebhookStatus)[keyof typeof WebhookStatus];
export interface Webhook {

@@ -639,2 +646,4 @@ url?: string | undefined;

scopeConfiguration?: ScopeConfiguration | undefined;
status?: WebhookStatus | undefined;
statusMessage?: string | undefined;
}

@@ -641,0 +650,0 @@ export interface Project {

2

package.json
{
"name": "@aws-sdk/client-codebuild",
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
"version": "3.750.0",
"version": "3.753.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

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

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