Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/util-config-provider

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-config-provider - npm Package Compare versions

Comparing version 3.170.0 to 3.183.0

8

CHANGELOG.md

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

# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
**Note:** Version bump only for package @aws-sdk/util-config-provider
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)

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

4

dist-es/booleanSelector.js

@@ -6,3 +6,3 @@ export var SelectorType;

})(SelectorType || (SelectorType = {}));
export var booleanSelector = function (obj, key, type) {
export const booleanSelector = (obj, key, type) => {
if (!(key in obj))

@@ -14,3 +14,3 @@ return undefined;

return false;
throw new Error("Cannot load ".concat(type, " \"").concat(key, "\". Expected \"true\" or \"false\", got ").concat(obj[key], "."));
throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`);
};

@@ -5,3 +5,2 @@ export declare enum SelectorType {

}
export declare const booleanSelector: (

@@ -8,0 +7,0 @@ obj: Record<string, string | undefined>,

{
"name": "@aws-sdk/util-config-provider",
"version": "3.170.0",
"version": "3.183.0",
"description": "Utilities package for configuration providers",

@@ -5,0 +5,0 @@ "scripts": {

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