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

@smithy/util-utf8

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-utf8 - npm Package Compare versions

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

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

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
fromUtf8: () => fromUtf8,

@@ -28,3 +28,3 @@ toUint8Array: () => toUint8Array,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);

@@ -31,0 +31,0 @@ // src/fromUtf8.ts

{
"name": "@smithy/util-utf8",
"version": "4.0.0",
"version": "4.1.0",
"description": "A UTF-8 string <-> UInt8Array converter",

@@ -16,3 +16,3 @@ "main": "./dist-cjs/index.js",

"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",

@@ -26,4 +26,5 @@ "test:watch": "yarn g:vitest watch"

"license": "Apache-2.0",
"sideEffects": false,
"dependencies": {
"@smithy/util-buffer-from": "^4.0.0",
"@smithy/util-buffer-from": "^4.1.0",
"tslib": "^2.6.2"

@@ -56,6 +57,6 @@ },

"react-native": {},
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/util-utf8",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/smithy-typescript.git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/util-utf8"

@@ -62,0 +63,0 @@ },