Socket
Socket
Sign inDemoInstall

@jridgewell/resolve-uri

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

2

dist/resolve-uri.umd.js

@@ -146,2 +146,4 @@ (function (global, factory) {

function resolve(input, base) {
if (!input && !base)
return '';
const url = parseUrl(input);

@@ -148,0 +150,0 @@ // If we have a base, and the input isn't already an absolute URL, then we need to merge.

2

package.json
{
"name": "@jridgewell/resolve-uri",
"version": "3.0.2",
"version": "3.0.3",
"description": "Resolve a URI relative to an optional base URI",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc