You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 3.32.0 to 3.34.0

tsconfig.types.json

11

CHANGELOG.md

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

# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
### Features
* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e))
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)

@@ -8,0 +19,0 @@

7

package.json
{
"name": "@aws-sdk/util-utf8-node",
"version": "3.32.0",
"version": "3.34.0",
"description": "A Node.JS UTF-8 string <-> UInt8Array converter",

@@ -8,5 +8,6 @@ "main": "./dist/cjs/index.js",

"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",

@@ -21,3 +22,3 @@ "test": "jest"

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

@@ -24,0 +25,0 @@ },

{
"compilerOptions": {
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/cjs",
"baseUrl": "."
"baseUrl": ".",
"outDir": "dist/cjs",
"rootDir": "src"
},

@@ -8,0 +7,0 @@ "extends": "../../tsconfig.cjs.json",

{
"compilerOptions": {
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/es",
"baseUrl": "."
"baseUrl": ".",
"outDir": "dist/es",
"rootDir": "src"
},

@@ -8,0 +7,0 @@ "extends": "../../tsconfig.es.json",

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