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

@aws-sdk/client-iotsecuretunneling

Package Overview
Dependencies
Maintainers
4
Versions
420
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/client-iotsecuretunneling - npm Package Compare versions

Comparing version 1.0.0-alpha.24 to 1.0.0-alpha.25

124

CHANGELOG.md

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

# 1.0.0-alpha.25 (2020-03-13)
### Bug Fixes
* codegen for using pure JS hasher in RN ([#998](https://github.com/aws/aws-sdk-js-v3/issues/998)) ([022cba5](https://github.com/aws/aws-sdk-js-v3/commit/022cba59168998bea8a263687395d27eae375d30)), closes [awslabs/smithy-typescript#144](https://github.com/awslabs/smithy-typescript/issues/144)
# 1.0.0-alpha.26 (2020-03-12)
# 1.0.0-alpha.25 (2020-03-09)
### Features
* codegen for fixing protocol tests([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([15a66c7](https://github.com/aws/aws-sdk-js-v3/commit/15a66c720f49884087126d6d573c64b6a4a16dc5)), closes [awslabls/smithy-typescript#141](https://github.com/awslabls/smithy-typescript/issues/141)
* codegen for fixing streaming member shape([#968](https://github.com/aws/aws-sdk-js-v3/issues/968)) ([c7f13dc](https://github.com/aws/aws-sdk-js-v3/commit/c7f13dc0eda6217452bd37b1b7fa04bcc931deab)), closes [awslabs/smithy-typescript#138](https://github.com/awslabs/smithy-typescript/issues/138) [awslabs/smithy-typescript#140](https://github.com/awslabs/smithy-typescript/issues/140)
# 1.0.0-alpha.24 (2020-02-19)
# 1.0.0-alpha.23 (2020-02-14)
# 1.0.0-alpha.22 (2020-02-11)
# 1.0.0-alpha.21 (2020-02-11)
# 1.0.0-alpha.20 (2020-02-09)
# 1.0.0-alpha.19 (2020-02-07)
# 1.0.0-alpha.18 (2020-02-06)
# 1.0.0-alpha.17 (2020-02-05)
# 1.0.0-alpha.16 (2020-02-04)
# 1.0.0-alpha.15 (2020-01-30)
# 1.0.0-alpha.14 (2020-01-28)
# 1.0.0-alpha.13 (2020-01-24)
# 1.0.0-alpha.12 (2020-01-22)
# 1.0.0-alpha.11 (2020-01-17)
# 1.0.0-alpha.9 (2020-01-17)
# 1.0.0-alpha.8 (2020-01-16)
# 1.0.0-alpha.4 (2020-01-14)
# 1.0.0-alpha.3 (2020-01-14)
### Bug Fixes
* update clients with correct endpoint prefix ([#720](https://github.com/aws/aws-sdk-js-v3/issues/720)) ([5356dbb](https://github.com/aws/aws-sdk-js-v3/commit/5356dbb235cebf6cc8d4e073b517a78621fa7eaf))
# 1.0.0-alpha.2 (2020-01-10)
### Features
* update clients ([#717](https://github.com/aws/aws-sdk-js-v3/issues/717)) ([dc9464f](https://github.com/aws/aws-sdk-js-v3/commit/dc9464fb0374a8a3ba5a344f6b8c6aea5c85f2a2)), closes [#694](https://github.com/aws/aws-sdk-js-v3/issues/694) [smithy-typescript#66](https://github.com/smithy-typescript/issues/66) [smithy-typescript#87](https://github.com/smithy-typescript/issues/87)
# 1.0.0-alpha.1 (2020-01-10)
# 0.9.0 (2020-01-09)
### Features
* add client-iotsecuretunneling ([#656](https://github.com/aws/aws-sdk-js-v3/issues/656)) ([f050c43](https://github.com/aws/aws-sdk-js-v3/commit/f050c43cf4849cf5b75594ffd8f4931db440c5eb))
# 1.0.0-alpha.24 (2020-03-12)

@@ -8,0 +132,0 @@

3

dist/cjs/package.json
{
"name": "@aws-sdk/client-iotsecuretunneling",
"description": "@aws-sdk/client-iotsecuretunneling client",
"version": "1.0.0-alpha.24",
"version": "1.0.0-alpha.25",
"scripts": {

@@ -32,2 +32,3 @@ "clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",

"@aws-crypto/sha256-browser": "^1.0.0-alpha.0",
"@aws-crypto/sha256-js": "^1.0.0-alpha.0",
"@aws-sdk/config-resolver": "^1.0.0-alpha.13",

@@ -34,0 +35,0 @@ "@aws-sdk/credential-provider-node": "^1.0.0-alpha.6",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
const sha256_js_1 = require("@aws-crypto/sha256-js");
const stream_collector_rn_1 = require("@aws-sdk/stream-collector-rn");

@@ -8,3 +9,3 @@ const url_parser_node_1 = require("@aws-sdk/url-parser-node");

const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
exports.ClientDefaultValues = Object.assign(Object.assign({}, runtimeConfig_browser_1.ClientDefaultValues), { requestHandler: new fetch_http_handler_1.FetchHttpHandler({ bufferBody: true }), streamCollector: stream_collector_rn_1.streamCollector, urlParser: url_parser_node_1.parseUrl, defaultUserAgent: `aws-sdk-js-v3-react-native-${package_json_1.name}/${package_json_1.version}`, runtime: "react-native" });
exports.ClientDefaultValues = Object.assign(Object.assign({}, runtimeConfig_browser_1.ClientDefaultValues), { requestHandler: new fetch_http_handler_1.FetchHttpHandler({ bufferBody: true }), sha256: sha256_js_1.Sha256, streamCollector: stream_collector_rn_1.streamCollector, urlParser: url_parser_node_1.parseUrl, defaultUserAgent: `aws-sdk-js-v3-react-native-${package_json_1.name}/${package_json_1.version}`, runtime: "react-native" });
//# sourceMappingURL=runtimeConfig.rn.js.map
{
"name": "@aws-sdk/client-iotsecuretunneling",
"description": "@aws-sdk/client-iotsecuretunneling client",
"version": "1.0.0-alpha.24",
"version": "1.0.0-alpha.25",
"scripts": {

@@ -32,2 +32,3 @@ "clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",

"@aws-crypto/sha256-browser": "^1.0.0-alpha.0",
"@aws-crypto/sha256-js": "^1.0.0-alpha.0",
"@aws-sdk/config-resolver": "^1.0.0-alpha.13",

@@ -34,0 +35,0 @@ "@aws-sdk/credential-provider-node": "^1.0.0-alpha.6",

import { __assign } from "tslib";
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
import { Sha256 } from "@aws-crypto/sha256-js";
import { streamCollector } from "@aws-sdk/stream-collector-rn";

@@ -7,3 +8,3 @@ import { parseUrl } from "@aws-sdk/url-parser-node";

import { ClientDefaultValues as BrowserDefaults } from "./runtimeConfig.browser";
export var ClientDefaultValues = __assign(__assign({}, BrowserDefaults), { requestHandler: new FetchHttpHandler({ bufferBody: true }), streamCollector: streamCollector, urlParser: parseUrl, defaultUserAgent: "aws-sdk-js-v3-react-native-" + name + "/" + version, runtime: "react-native" });
export var ClientDefaultValues = __assign(__assign({}, BrowserDefaults), { requestHandler: new FetchHttpHandler({ bufferBody: true }), sha256: Sha256, streamCollector: streamCollector, urlParser: parseUrl, defaultUserAgent: "aws-sdk-js-v3-react-native-" + name + "/" + version, runtime: "react-native" });
//# sourceMappingURL=runtimeConfig.rn.js.map
{
"name": "@aws-sdk/client-iotsecuretunneling",
"description": "@aws-sdk/client-iotsecuretunneling client",
"version": "1.0.0-alpha.24",
"version": "1.0.0-alpha.25",
"scripts": {

@@ -32,2 +32,3 @@ "clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",

"@aws-crypto/sha256-browser": "^1.0.0-alpha.0",
"@aws-crypto/sha256-js": "^1.0.0-alpha.0",
"@aws-sdk/config-resolver": "^1.0.0-alpha.13",

@@ -34,0 +35,0 @@ "@aws-sdk/credential-provider-node": "^1.0.0-alpha.6",

import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
import { Sha256 } from "@aws-crypto/sha256-js";
import { streamCollector } from "@aws-sdk/stream-collector-rn";

@@ -11,2 +12,3 @@ import { parseUrl } from "@aws-sdk/url-parser-node";

requestHandler: new FetchHttpHandler({ bufferBody: true }),
sha256: Sha256,
streamCollector,

@@ -13,0 +15,0 @@ urlParser: parseUrl,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc