Socket
Socket
Sign inDemoInstall

@aws-sdk/util-utf8-node

Package Overview
Dependencies
Maintainers
7
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-utf8-node - npm Package Compare versions

Comparing version 3.34.0 to 3.35.0

dist-cjs/index.js

8

CHANGELOG.md

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

# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
**Note:** Version bump only for package @aws-sdk/util-utf8-node
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)

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

16

package.json
{
"name": "@aws-sdk/util-utf8-node",
"version": "3.34.0",
"version": "3.35.0",
"description": "A Node.JS UTF-8 string <-> UInt8Array converter",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"scripts": {

@@ -12,3 +12,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"test": "jest"

@@ -22,3 +22,3 @@ },

"dependencies": {
"@aws-sdk/util-buffer-from": "3.34.0",
"@aws-sdk/util-buffer-from": "3.35.0",
"tslib": "^2.3.0"

@@ -35,3 +35,3 @@ },

},
"types": "./dist/types/index.d.ts",
"types": "./dist-types/index.d.ts",
"engines": {

@@ -42,4 +42,4 @@ "node": ">= 10.0.0"

"<4.0": {
"dist/types/*": [
"dist/types/ts3.4/*"
"dist-types/*": [
"dist-types/ts3.4/*"
]

@@ -46,0 +46,0 @@ }

{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist/cjs",
"outDir": "dist-cjs",
"rootDir": "src"

@@ -6,0 +6,0 @@ },

{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist/es",
"outDir": "dist-es",
"rootDir": "src"

@@ -6,0 +6,0 @@ },

{
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "dist/types",
"declarationDir": "dist-types",
"rootDir": "src"

@@ -6,0 +6,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc