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

@jridgewell/resolve-uri

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jridgewell/resolve-uri - npm Package Compare versions

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc