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

@aws-sdk/util-format-url

Package Overview
Dependencies
Maintainers
5
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-format-url - npm Package Compare versions

Comparing version 3.357.0 to 3.363.0

2

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatUrl = void 0;
const querystring_builder_1 = require("@aws-sdk/querystring-builder");
const querystring_builder_1 = require("@smithy/querystring-builder");
function formatUrl(request) {

@@ -6,0 +6,0 @@ var _a, _b;

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

import { buildQueryString } from "@aws-sdk/querystring-builder";
import { buildQueryString } from "@smithy/querystring-builder";
export function formatUrl(request) {

@@ -3,0 +3,0 @@ const { port, query } = request;

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

import { HttpRequest } from "@aws-sdk/types";
import { HttpRequest } from "@smithy/types";
export declare function formatUrl(request: Omit<HttpRequest, "headers" | "method">): string;

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

import { HttpRequest } from "@aws-sdk/types";
import { HttpRequest } from "@smithy/types";
export declare function formatUrl(
request: Pick<HttpRequest, Exclude<keyof HttpRequest, "headers" | "method">>
): string;
{
"name": "@aws-sdk/util-format-url",
"version": "3.357.0",
"version": "3.363.0",
"scripts": {

@@ -23,4 +23,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/querystring-builder": "3.357.0",
"@aws-sdk/types": "3.357.0",
"@smithy/querystring-builder": "^1.0.1",
"@smithy/types": "^1.1.0",
"tslib": "^2.5.0"

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