Socket
Socket
Sign inDemoInstall

@aws-sdk/util-body-length-browser

Package Overview
Dependencies
1
Maintainers
7
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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-body-length-browser
# [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 @@

14

package.json
{
"name": "@aws-sdk/util-body-length-browser",
"description": "Determines the length of a request body in browsers",
"version": "3.34.0",
"version": "3.35.0",
"scripts": {

@@ -10,8 +10,8 @@ "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"
},
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./dist/types/index.d.ts",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"author": {

@@ -32,4 +32,4 @@ "name": "AWS SDK for JavaScript Team",

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

@@ -36,0 +36,0 @@ }

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

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

@@ -5,3 +5,3 @@ {

"lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown", "dom"],
"outDir": "dist/es",
"outDir": "dist-es",
"rootDir": "src"

@@ -8,0 +8,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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc