Socket
Socket
Sign inDemoInstall

@aws-sdk/util-endpoints

Package Overview
Dependencies
Maintainers
5
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-endpoints - npm Package Compare versions

Comparing version 3.174.0 to 3.178.0

11

CHANGELOG.md

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

# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
### Features
* **endpoint:** endpoints 2.0 existing package changes ([#3947](https://github.com/aws/aws-sdk-js-v3/issues/3947)) ([df99fc3](https://github.com/aws/aws-sdk-js-v3/commit/df99fc33a43982e1c59000721a535f6fe77a3c23))
# [3.174.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.173.0...v3.174.0) (2022-09-19)

@@ -8,0 +19,0 @@

5

dist-types/ts3.4/types/RuleSetObject.d.ts

@@ -7,6 +7,7 @@ import { RuleSetRules } from "./TreeRuleObject";

export declare type ParameterObject = {
type: "string" | "boolean";
type: "String" | "Boolean";
default?: string | boolean;
required?: boolean;
documentation?: string;
builtIn?: string;
deprecated?: DeprecatedObject;

@@ -16,5 +17,5 @@ };

version: string;
serviceId: string;
serviceId?: string;
parameters: Record<string, ParameterObject>;
rules: RuleSetRules;
};

@@ -7,6 +7,7 @@ import { RuleSetRules } from "./TreeRuleObject";

export declare type ParameterObject = {
type: "string" | "boolean";
type: "String" | "Boolean";
default?: string | boolean;
required?: boolean;
documentation?: string;
builtIn?: string;
deprecated?: DeprecatedObject;

@@ -16,5 +17,5 @@ };

version: string;
serviceId: string;
serviceId?: string;
parameters: Record<string, ParameterObject>;
rules: RuleSetRules;
};

4

package.json
{
"name": "@aws-sdk/util-endpoints",
"version": "3.174.0",
"version": "3.178.0",
"description": "Utilities to help with endpoint resolution",

@@ -24,3 +24,3 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@aws-sdk/types": "3.171.0",
"@aws-sdk/types": "3.178.0",
"tslib": "^2.3.1"

@@ -27,0 +27,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