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

@aws-sdk/client-customer-profiles

Package Overview
Dependencies
Maintainers
7
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-customer-profiles - npm Package Compare versions

Comparing version 3.20.0 to 3.21.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.21.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.20.0...v3.21.0) (2021-07-09)
**Note:** Version bump only for package @aws-sdk/client-customer-profiles
# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02)

@@ -8,0 +16,0 @@

22

CustomerProfilesClient.ts

@@ -247,13 +247,2 @@ import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;
/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Value for how many times a request will be made at most in case of retry.

@@ -275,2 +264,13 @@ */

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;
/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Default credentials provider; Not available in browser runtime.

@@ -277,0 +277,0 @@ * @internal

{
"name": "@aws-sdk/client-customer-profiles",
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
"version": "3.20.0",
"version": "3.21.0",
"scripts": {

@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.20.0",
"@aws-sdk/client-sts": "3.21.0",
"@aws-sdk/config-resolver": "3.20.0",
"@aws-sdk/credential-provider-node": "3.20.0",
"@aws-sdk/credential-provider-node": "3.21.0",
"@aws-sdk/fetch-http-handler": "3.20.0",

@@ -46,3 +46,3 @@ "@aws-sdk/hash-node": "3.20.0",

"@aws-sdk/node-config-provider": "3.20.0",
"@aws-sdk/node-http-handler": "3.20.0",
"@aws-sdk/node-http-handler": "3.21.0",
"@aws-sdk/protocol-http": "3.20.0",

@@ -49,0 +49,0 @@ "@aws-sdk/smithy-client": "3.20.0",

{
"name": "@aws-sdk/client-customer-profiles",
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
"version": "3.20.0",
"version": "3.21.0",
"scripts": {

@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.20.0",
"@aws-sdk/client-sts": "3.21.0",
"@aws-sdk/config-resolver": "3.20.0",
"@aws-sdk/credential-provider-node": "3.20.0",
"@aws-sdk/credential-provider-node": "3.21.0",
"@aws-sdk/fetch-http-handler": "3.20.0",

@@ -46,3 +46,3 @@ "@aws-sdk/hash-node": "3.20.0",

"@aws-sdk/node-config-provider": "3.20.0",
"@aws-sdk/node-http-handler": "3.20.0",
"@aws-sdk/node-http-handler": "3.21.0",
"@aws-sdk/protocol-http": "3.20.0",

@@ -49,0 +49,0 @@ "@aws-sdk/smithy-client": "3.20.0",

@@ -98,11 +98,2 @@ import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;
/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Value for how many times a request will be made at most in case of retry.

@@ -121,2 +112,11 @@ */

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;
/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Default credentials provider; Not available in browser runtime.

@@ -123,0 +123,0 @@ * @internal

@@ -98,11 +98,2 @@ import { AddProfileKeyCommandInput, AddProfileKeyCommandOutput } from "./commands/AddProfileKeyCommand";

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;
/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Value for how many times a request will be made at most in case of retry.

@@ -121,2 +112,11 @@ */

/**
* Unique service identifier.
* @internal
*/
serviceId?: string;
/**
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;
/**
* Default credentials provider; Not available in browser runtime.

@@ -123,0 +123,0 @@ * @internal

{
"name": "@aws-sdk/client-customer-profiles",
"description": "AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native",
"version": "3.20.0",
"version": "3.21.0",
"scripts": {

@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.20.0",
"@aws-sdk/client-sts": "3.21.0",
"@aws-sdk/config-resolver": "3.20.0",
"@aws-sdk/credential-provider-node": "3.20.0",
"@aws-sdk/credential-provider-node": "3.21.0",
"@aws-sdk/fetch-http-handler": "3.20.0",

@@ -46,3 +46,3 @@ "@aws-sdk/hash-node": "3.20.0",

"@aws-sdk/node-config-provider": "3.20.0",
"@aws-sdk/node-http-handler": "3.20.0",
"@aws-sdk/node-http-handler": "3.21.0",
"@aws-sdk/protocol-http": "3.20.0",

@@ -49,0 +49,0 @@ "@aws-sdk/smithy-client": "3.20.0",

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