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

@aws-sdk/client-rbin

Package Overview
Dependencies
Maintainers
6
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.163.0 to 3.165.0

8

CHANGELOG.md

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

# [3.165.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.164.0...v3.165.0) (2022-09-06)
**Note:** Version bump only for package @aws-sdk/client-rbin
# [3.163.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.162.0...v3.163.0) (2022-09-01)

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

3

dist-cjs/protocols/Aws_restJson1.js

@@ -732,2 +732,5 @@ "use strict";

}
if (cleanValue.indexOf(",") >= 0) {
cleanValue = cleanValue.split(",")[0];
}
if (cleanValue.indexOf(":") >= 0) {

@@ -734,0 +737,0 @@ cleanValue = cleanValue.split(":")[0];

@@ -936,2 +936,5 @@ import { __assign, __awaiter, __generator } from "tslib";

}
if (cleanValue.indexOf(",") >= 0) {
cleanValue = cleanValue.split(",")[0];
}
if (cleanValue.indexOf(":") >= 0) {

@@ -938,0 +941,0 @@ cleanValue = cleanValue.split(":")[0];

6

package.json
{
"name": "@aws-sdk/client-rbin",
"description": "AWS SDK for JavaScript Rbin Client for Node.js, Browser and React Native",
"version": "3.163.0",
"version": "3.165.0",
"scripts": {

@@ -21,5 +21,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-crypto/sha256-js": "2.0.0",
"@aws-sdk/client-sts": "3.163.0",
"@aws-sdk/client-sts": "3.165.0",
"@aws-sdk/config-resolver": "3.163.0",
"@aws-sdk/credential-provider-node": "3.163.0",
"@aws-sdk/credential-provider-node": "3.165.0",
"@aws-sdk/fetch-http-handler": "3.162.0",

@@ -26,0 +26,0 @@ "@aws-sdk/hash-node": "3.162.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