Socket
Socket
Sign inDemoInstall

@aws-sdk/util-base64-browser

Package Overview
Dependencies
1
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

3.209.0

Diff

Changelog

Source

3.209.0 (2022-11-11)

Bug Fixes

  • clients: remove unconditional add of util-base64 node and browser modules (#4170) (24ec718)
  • clients: use default no-op logger in clients codegen (#4171) (9721730)

Features

  • client-iot: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit. (ef24039)
  • client-license-manager: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization. (63e5da1)
  • client-marketplace-catalog: Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it. (65b66c7)
  • client-rekognition: Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories" (a0ad760)
  • client-ssm-incidents: RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of "eventData" to 12K characters. (de55f7e)
  • clients: update client endpoints as of 2022-11-11 (34fc28e)
  • sso: use SSOTokenProvider in SSOCredentialProvider (#4145) (e4ea7d0)
aws-sdk-bot
published 3.208.0 •

Changelog

Source

3.208.0 (2022-11-10)

Bug Fixes

  • aws-client-api-test: rename package (#4165) (2e13b67)
  • types: add client config interface test with s3 example (#4156) (7811cd9)

Features

  • client-ec2: This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price. (6f4d604)
  • client-ecs: This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task. (a5eede0)
  • client-elasticsearch-service: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet. (f36b021)
  • client-scheduler: AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. (8829f71)
  • clients: update client endpoints as of 2022-11-10 (c01499d)
  • private: add server artifacts (#4159) (e70f472)
aws-sdk-bot
published 3.188.0 •

Changelog

Source

3.188.0 (2022-10-13)

Bug Fixes

Features

  • client-amplifyuibuilder: We are releasing the ability for fields to be configured as arrays. (af77058)
  • client-appflow: With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically. (fa7223a)
  • client-connect: This release adds support for a secondary email and a mobile number for Amazon Connect instance users. (8c9f644)
  • client-directory-service: This release adds support for describing and updating AWS Managed Microsoft AD set up. (a6042dd)
  • client-guardduty: Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations. (f64188c)
  • client-medialive: AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source. (3e59a7a)
  • client-mediapackage-vod: This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer. (f53ca0e)
  • client-panorama: Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response. (8e266f0)
  • client-ssm-incidents: Update RelatedItem enum to support Tasks (d89bc49)
  • client-ssm: Support of AmazonLinux2022 by Patch Manager (5f08c96)
  • client-transfer: This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect. (d0d60da)
  • client-wisdom: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations. (8ea9f3c)
  • clients: support util functions to consume response streams (#3977) (ad99b66)
  • clients: update client endpoints as of 2022-10-13 (914798b)
aws-sdk-bot
published 3.186.0 •

Changelog

Source

3.186.0 (2022-10-06)

Features

  • clients: update client endpoints as of 2022-10-06 (ef071d5)
aws-sdk-bot
published 3.183.0 •

Changelog

Source

3.183.0 (2022-10-03)

Bug Fixes

  • endpoint-discovery: delete failed cache entry in blocking operations (#4011) (c96ac94)

Features

  • client-accessanalyzer: AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies. (b7db053)
  • client-ec2: Adding an imdsSupport attribute to EC2 AMIs (7304adf)
  • client-snowball: Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable). (22500bf)
  • clients: update client endpoints as of 2022-10-03 (a285143)
  • codegen: add query compatible header error code handling for JSON protocols (#3972) (8fe1b54)
aws-sdk-bot
published 3.170.0 •

Changelog

Source

3.170.0 (2022-09-13)

Bug Fixes

  • scripts: skip files with stripped comments containing incorrect JavaScript (#3937) (bbb09f3)
  • util-endpoints: call multi-level functions from callFunction (#3929) (1209cb1)
  • util-endpoints: escape tilde when evaluating template (#3934) (5d7ef10)
  • util-endpoints: export parseArn from lib/aws (#3931) (1cee1f4)
  • util-endpoints: populate default params before checking for required values (#3928) (2561f60)
  • util-endpoints: return null in parseArn for some empty elements (#3935) (f8bc8b3)
  • util-endpoints: skip evaluation for arg of type number (#3936) (aecd894)

Features

  • client-customer-profiles: Added isUnstructured in response for Customer Profiles Integration APIs (a6fb5eb)
  • client-drs: Fixed the data type of lagDuration that is returned in Describe Source Server API (2a8f5f8)
  • client-ec2: Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing. (9346a11)
  • client-evidently: This release adds support for the client-side evaluation - powered by AWS AppConfig feature. (a7d2b0e)
  • client-kendra: This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector. (a3f73d2)
  • client-transfer: This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol. (e09e302)
  • clients: update client endpoints as of 2022-09-13 (c90906b)
aws-sdk-bot
published 3.168.0 •

Changelog

Source

3.168.0 (2022-09-09)

Bug Fixes

Features

  • client-cloudtrail: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations. (3c7cfa2)
  • client-lex-models-v2: This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation. (b45fc65)
  • client-lex-runtime-v2: This release is for supporting Composite Slot Type feature in AWS Lex V2. Composite Slot Type will help developer to logically group coherent slots and maintain their inter-relationships in runtime conversation. (e01fa5e)
  • client-pi: Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics. (2f5c346)
  • clients: update client endpoints as of 2022-09-09 (a5dc90b)
aws-sdk-bot
published 3.109.0 •

Changelog

Source

3.109.0 (2022-06-13)

Bug Fixes

  • s3: update endpoints for writeGetObjectResponse for object lambda (#3662) (bb9f18e)

Features

  • client-outposts: This release adds API operations AWS uses to install Outpost servers. (a04c290)
aws-sdk-bot
published 3.58.0 •

Changelog

Source

3.58.0 (2022-03-28)

Features

  • client-acm-pca: Updating service name entities (8d633e0)
  • client-medialive: This release adds support for selecting a maintenance window. (1d78757)
aws-sdk-bot
published 3.55.0 •

Changelog

Source

3.55.0 (2022-03-21)

Bug Fixes

  • middleware-serde: mark error entry non-enumerable (#3426) (c7cceb5)
  • property-provider: copy error properties to ProviderError in from() (#3440) (4377e44)
  • property-provider: manually adjust the prototype of *ProviderError (#3445) (134f769)
  • scripts: update typescript version in generate-clients (#3454) (f90992a)
  • types: remove @internal jsdoc tag from profile types (#3452) (2d7c151)

Features

  • clients: update clients as of 03/21/2022 (#3455) (7cd40a5)
  • property-provider: memoize() supports force refresh (#3413) (a79f962)
  • util-middleware: add normalizeProvider (#3456) (e15b0f5)
23456Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc