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

@aws-sdk/client-codepipeline

Package Overview
Dependencies
Maintainers
5
Versions
443
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.645.0 to 3.646.0

3

dist-types/commands/ListWebhooksCommand.d.ts

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

* configuration for each webhook.</p>
* <note>
* <p>If a secret token was provided, it will be redacted in the response.</p>
* </note>
* @example

@@ -35,0 +38,0 @@ * Use a bare-bones client and the command you need to make an API call.

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

* URL.</p>
* <important>
* <p>When creating CodePipeline webhooks, do not use your own credentials or
* reuse the same secret token across multiple webhooks. For optimal security, generate
* a unique secret token for each webhook you create. The secret token is an arbitrary
* string that you provide, which GitHub uses to compute and sign the webhook payloads
* sent to CodePipeline, for protecting the integrity and authenticity of the
* webhook payloads. Using your own credentials or reusing the same token across
* multiple webhooks can lead to security vulnerabilities.</p>
* </important>
* <note>
* <p>If a secret token was provided, it will be redacted in the response.</p>
* </note>
* @example

@@ -40,0 +52,0 @@ * Use a bare-bones client and the command you need to make an API call.

2

package.json
{
"name": "@aws-sdk/client-codepipeline",
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
"version": "3.645.0",
"version": "3.646.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

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