🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aws-sdk/client-codedeploy

Package Overview
Dependencies
Maintainers
2
Versions
668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
3.1094.0
to
3.1095.0
+2
-0
dist-types/runtimeConfig.browser.d.ts

@@ -45,2 +45,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

tls?: boolean;
ignoreConfiguredEndpointUrls?: boolean;
serviceConfiguredEndpoint?: never;

@@ -56,2 +57,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;

signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
};

@@ -46,2 +46,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

tls?: boolean;
ignoreConfiguredEndpointUrls?: boolean;
serviceConfiguredEndpoint?: never;

@@ -56,2 +57,3 @@ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
};

@@ -44,2 +44,3 @@ import type { CodeDeployClientConfig } from "./CodeDeployClient";

tls?: boolean;
ignoreConfiguredEndpointUrls?: boolean;
serviceConfiguredEndpoint?: never;

@@ -55,2 +56,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;

signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
};

@@ -74,2 +74,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";

tls?: boolean;
ignoreConfiguredEndpointUrls?: boolean;
serviceConfiguredEndpoint?: never;

@@ -94,2 +95,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;

) => import("@smithy/types").RequestSigner;
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
};

@@ -75,2 +75,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";

tls?: boolean;
ignoreConfiguredEndpointUrls?: boolean;
serviceConfiguredEndpoint?: never;

@@ -94,2 +95,3 @@ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];

) => import("@smithy/types").RequestSigner;
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
};

@@ -78,2 +78,3 @@ import { CodeDeployClientConfig } from "./CodeDeployClient";

tls?: boolean;
ignoreConfiguredEndpointUrls?: boolean;
serviceConfiguredEndpoint?: never;

@@ -98,2 +99,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;

) => import("@smithy/types").RequestSigner;
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
};
+6
-6
{
"name": "@aws-sdk/client-codedeploy",
"version": "3.1094.0",
"version": "3.1095.0",
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",

@@ -51,8 +51,8 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codedeploy",

"dependencies": {
"@aws-sdk/core": "^3.976.0",
"@aws-sdk/credential-provider-node": "^3.972.71",
"@aws-sdk/core": "^3.977.0",
"@aws-sdk/credential-provider-node": "^3.972.72",
"@aws-sdk/types": "^3.974.2",
"@smithy/core": "^3.29.4",
"@smithy/fetch-http-handler": "^5.6.6",
"@smithy/node-http-handler": "^4.9.6",
"@smithy/core": "^3.29.8",
"@smithy/fetch-http-handler": "^5.6.10",
"@smithy/node-http-handler": "^4.9.10",
"@smithy/types": "^4.16.1",

@@ -59,0 +59,0 @@ "tslib": "^2.6.2"

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