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
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.1 to 3.10.0

dist/types/index.d.ts

11

CHANGELOG.md

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

# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26)
### Features
* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb))
## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22)

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

9

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

@@ -9,7 +9,6 @@ "main": "./dist/cjs/index.js",

"prepublishOnly": "yarn build:cjs && yarn build:es",
"pretest": "yarn build:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"postbuild": "downlevel-dts dist/types dist/types/ts3.4",
"test": "jest"

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

"dependencies": {
"@aws-sdk/util-buffer-from": "3.6.1",
"@aws-sdk/util-buffer-from": "3.10.0",
"tslib": "^1.8.0"

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

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

@@ -39,0 +38,0 @@ "node": ">= 10.0.0"

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

@@ -5,0 +5,0 @@ "outDir": "./dist/cjs",

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

@@ -5,0 +5,0 @@ "outDir": "./dist/es",

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