Socket
Socket
Sign inDemoInstall

@aws-sdk/util-format-url

Package Overview
Dependencies
Maintainers
5
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/util-format-url

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-format-url/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-format-url) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-format-url.svg)](https://www.npmjs.com/package/@aws-sd


Version published
Weekly downloads
2.3M
decreased by-19.29%
Maintainers
5
Weekly downloads
 
Created

What is @aws-sdk/util-format-url?

@aws-sdk/util-format-url is a utility package from AWS SDK for JavaScript that provides functions to format URLs. It is particularly useful when working with AWS services and needing to construct or manipulate URLs in a consistent and reliable manner.

What are @aws-sdk/util-format-url's main functionalities?

formatUrl

The `formatUrl` function constructs a URL string from an object containing URL components such as protocol, hostname, path, and query parameters.

{"import":"import { formatUrl } from '@aws-sdk/util-format-url';","example":"const url = formatUrl({ protocol: 'https', hostname: 'example.com', path: '/path', query: { key: 'value' } });\nconsole.log(url); // Outputs: 'https://example.com/path?key=value'"}

Other packages similar to @aws-sdk/util-format-url

FAQs

Package last updated on 07 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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