🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@aws-sdk/types

Package Overview
Dependencies
Maintainers
2
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version
3.973.12
to
3.973.13
+7
-8
dist-cjs/index.js

@@ -1,13 +0,12 @@

'use strict';
const { EndpointURLScheme, HttpAuthLocation, RequestHandlerProtocol } = require("@smithy/types");
exports.EndpointURLScheme = EndpointURLScheme;
exports.HttpAuthLocation = HttpAuthLocation;
exports.RequestHandlerProtocol = RequestHandlerProtocol;
var types = require('@smithy/types');
exports.HostAddressType = void 0;
var HostAddressType;
(function (HostAddressType) {
HostAddressType["AAAA"] = "AAAA";
HostAddressType["A"] = "A";
})(exports.HostAddressType || (exports.HostAddressType = {}));
})(HostAddressType || (HostAddressType = {}));
exports.EndpointURLScheme = types.EndpointURLScheme;
exports.HttpAuthLocation = types.HttpAuthLocation;
exports.RequestHandlerProtocol = types.RequestHandlerProtocol;
exports.HostAddressType = HostAddressType;
{
"name": "@aws-sdk/types",
"version": "3.973.12",
"version": "3.973.13",
"main": "./dist-cjs/index.js",

@@ -11,7 +11,7 @@ "module": "./dist-es/index.js",

"build:cjs": "node ../../scripts/compilation/inline",
"build:es": "tsc -p tsconfig.es.json",
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
"build:types": "tsc -p tsconfig.types.json",
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
"clean": "premove dist-cjs dist-es dist-types",
"extract:docs": "api-extractor run --local",

@@ -18,0 +18,0 @@ "test": "tsc -p tsconfig.test.json"