Socket
Socket
Sign inDemoInstall

@aws-sdk/util-hex-encoding

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-hex-encoding - npm Package Compare versions

Comparing version 3.52.0 to 3.55.0

8

CHANGELOG.md

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

# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
**Note:** Version bump only for package @aws-sdk/util-hex-encoding
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)

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

4

dist-es/index.js

@@ -6,3 +6,3 @@ var SHORT_TO_HEX = {};

if (encodedByte.length === 1) {
encodedByte = "0" + encodedByte;
encodedByte = "0".concat(encodedByte);
}

@@ -23,3 +23,3 @@ SHORT_TO_HEX[i] = encodedByte;

else {
throw new Error("Cannot decode unrecognized sequence " + encodedByte + " as hexadecimal");
throw new Error("Cannot decode unrecognized sequence ".concat(encodedByte, " as hexadecimal"));
}

@@ -26,0 +26,0 @@ }

{
"name": "@aws-sdk/util-hex-encoding",
"version": "3.52.0",
"version": "3.55.0",
"description": "Converts binary buffers to and from lowercase hexadecimal encoding",

@@ -22,3 +22,3 @@ "scripts": {

"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},

@@ -51,4 +51,4 @@ "types": "./dist-types/index.d.ts",

"typedoc": "0.19.2",
"typescript": "~4.3.5"
"typescript": "~4.6.2"
}
}
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