Socket
Socket
Sign inDemoInstall

@aws-sdk/url-parser

Package Overview
Dependencies
3
Maintainers
5
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.197.0 to 3.198.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.198.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.197.0...v3.198.0) (2022-10-27)
**Note:** Version bump only for package @aws-sdk/url-parser
# [3.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26)

@@ -8,0 +16,0 @@

2

dist-cjs/index.js

@@ -6,3 +6,3 @@ "use strict";

const parseUrl = (url) => {
if (typeof url === 'string') {
if (typeof url === "string") {
return (0, exports.parseUrl)(new URL(url));

@@ -9,0 +9,0 @@ }

import { parseQueryString } from "@aws-sdk/querystring-parser";
export const parseUrl = (url) => {
if (typeof url === 'string') {
if (typeof url === "string") {
return parseUrl(new URL(url));

@@ -5,0 +5,0 @@ }

{
"name": "@aws-sdk/url-parser",
"version": "3.197.0",
"version": "3.198.0",
"scripts": {

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

"dependencies": {
"@aws-sdk/querystring-parser": "3.197.0",
"@aws-sdk/types": "3.197.0",
"@aws-sdk/querystring-parser": "3.198.0",
"@aws-sdk/types": "3.198.0",
"tslib": "^2.3.1"

@@ -27,0 +27,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc