You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithy/util-hex-encoding

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-hex-encoding - npm Package Compare versions

Comparing version
4.0.0
to
4.1.0
+3
-3
dist-cjs/index.js

@@ -21,8 +21,8 @@ var __defProp = Object.defineProperty;

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
fromHex: () => fromHex,
toHex: () => toHex
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var SHORT_TO_HEX = {};

@@ -29,0 +29,0 @@ var HEX_TO_SHORT = {};

{
"name": "@smithy/util-hex-encoding",
"version": "4.0.0",
"version": "4.1.0",
"description": "Converts binary buffers to and from lowercase hexadecimal encoding",

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

"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
"test": "yarn g:vitest run",

@@ -24,2 +24,3 @@ "test:watch": "yarn g:vitest watch"

"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist-cjs/index.js",

@@ -44,6 +45,6 @@ "module": "./dist-es/index.js",

],
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-hex-encoding",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-hex-encoding",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/smithy-typescript.git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/util-hex-encoding"

@@ -50,0 +51,0 @@ },