Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
0
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-gamma.4 to 1.0.0-gamma.5

dist/cjs/pagination.d.ts

1

dist/cjs/index.d.ts

@@ -9,2 +9,3 @@ export * from "./abort";

export * from "./logger";
export * from "./pagination";
export * from "./serde";

@@ -11,0 +12,0 @@ export * from "./middleware";

3

dist/cjs/index.js

@@ -10,3 +10,3 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -22,2 +22,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

__exportStar(require("./logger"), exports);
__exportStar(require("./pagination"), exports);
__exportStar(require("./serde"), exports);

@@ -24,0 +25,0 @@ __exportStar(require("./middleware"), exports);

@@ -15,2 +15,12 @@ import { HttpRequest } from "./http";

signingDate?: DateInput;
/**
* The service signing name. It will override the service name of the signer
* in current invocation
*/
signingService?: string;
/**
* The region name to sign the request. It will override the signing region of the
* signer in current invocation
*/
signingRegion?: string;
}

@@ -17,0 +27,0 @@ export interface RequestSigningArguments extends SigningArguments {

@@ -70,2 +70,3 @@ import { Endpoint } from "./http";

hostname: string;
partition: string;
path?: string;

@@ -72,0 +73,0 @@ signingService?: string;

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=abort.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=client.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=command.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=credentials.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=crypto.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=eventStream.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=http.js.map

@@ -9,2 +9,3 @@ export * from "./abort";

export * from "./logger";
export * from "./pagination";
export * from "./serde";

@@ -11,0 +12,0 @@ export * from "./middleware";

@@ -9,2 +9,3 @@ export * from "./abort";

export * from "./logger";
export * from "./pagination";
export * from "./serde";

@@ -11,0 +12,0 @@ export * from "./middleware";

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=logger.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=middleware.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=response.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=serde.js.map

@@ -15,2 +15,12 @@ import { HttpRequest } from "./http";

signingDate?: DateInput;
/**
* The service signing name. It will override the service name of the signer
* in current invocation
*/
signingService?: string;
/**
* The region name to sign the request. It will override the signing region of the
* signer in current invocation
*/
signingRegion?: string;
}

@@ -17,0 +27,0 @@ export interface RequestSigningArguments extends SigningArguments {

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=signature.js.map

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=transfer.js.map

@@ -70,2 +70,3 @@ import { Endpoint } from "./http";

hostname: string;
partition: string;
path?: string;

@@ -72,0 +73,0 @@ signingService?: string;

@@ -0,1 +1,2 @@

export {};
//# sourceMappingURL=util.js.map
{
"name": "@aws-sdk/types",
"version": "1.0.0-gamma.4",
"version": "1.0.0-gamma.5",
"main": "./dist/cjs/index.js",

@@ -9,3 +9,3 @@ "module": "./dist/es/index.js",

"devDependencies": {
"typescript": "~3.9.3"
"typescript": "~4.0.2"
},

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc