🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@aws-sdk/client-codedeploy

Package Overview
Dependencies
Maintainers
2
Versions
647
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.958.0
to
3.962.0
+4
-4
dist-es/waiters/waitForDeploymentSuccessful.js

@@ -6,6 +6,6 @@ import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";

try {
const result = await client.send(new GetDeploymentCommand(input));
let result = await client.send(new GetDeploymentCommand(input));
reason = result;
try {
let returnComparator = () => {
const returnComparator = () => {
return result.deploymentInfo.status;

@@ -19,3 +19,3 @@ };

try {
let returnComparator = () => {
const returnComparator = () => {
return result.deploymentInfo.status;

@@ -29,3 +29,3 @@ };

try {
let returnComparator = () => {
const returnComparator = () => {
return result.deploymentInfo.status;

@@ -32,0 +32,0 @@ };

{
"name": "@aws-sdk/client-codedeploy",
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
"version": "3.958.0",
"version": "3.962.0",
"scripts": {

@@ -27,3 +27,3 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",

"@aws-sdk/core": "3.957.0",
"@aws-sdk/credential-provider-node": "3.958.0",
"@aws-sdk/credential-provider-node": "3.962.0",
"@aws-sdk/middleware-host-header": "3.957.0",

@@ -30,0 +30,0 @@ "@aws-sdk/middleware-logger": "3.957.0",

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