Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-body-length-node - npm Package Compare versions

Comparing version 3.310.0 to 3.374.0

2

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./calculateBodyLength"), exports);
tslib_1.__exportStar(require("@smithy/util-body-length-node"), exports);

@@ -1,1 +0,1 @@

export * from "./calculateBodyLength";
export * from "@smithy/util-body-length-node";

@@ -1,4 +0,1 @@

/**
* @internal
*/
export * from "./calculateBodyLength";
export * from "@smithy/util-body-length-node";

@@ -1,1 +0,1 @@

export * from "./calculateBodyLength";
export * from "@smithy/util-body-length-node";
{
"name": "@aws-sdk/util-body-length-node",
"description": "Determines the length of a request body in node.js",
"version": "3.310.0",
"version": "3.374.0",
"scripts": {

@@ -13,3 +13,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "jest"
"test": "exit 0"
},

@@ -34,2 +34,3 @@ "devDependencies": {

"dependencies": {
"@smithy/util-body-length-node": "^1.0.1",
"tslib": "^2.5.0"

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