New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smithy/util-body-length-browser

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-body-length-browser - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

10

package.json
{
"name": "@smithy/util-body-length-browser",
"description": "Determines the length of a request body in browsers",
"version": "3.0.0",
"version": "4.0.0",
"scripts": {

@@ -10,3 +10,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"build:types": "yarn g:tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
"stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",

@@ -16,3 +16,4 @@ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",

"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"test": "yarn g:jest"
"test": "yarn g:vitest run",
"test:watch": "yarn g:vitest watch"
},

@@ -57,3 +58,6 @@ "main": "./dist-cjs/index.js",

"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc