You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@cspell/url

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/url - npm Package Compare versions

Comparing version
9.6.4
to
9.7.0
+1
-1
dist/index.js

@@ -114,3 +114,3 @@ import assert from "node:assert";

let i = 0;
for (i = 0; i < p0Parts.length && i < p1Parts.length - 1 && p0Parts[i] === p1Parts[i]; ++i);
for (; i < p0Parts.length && i < p1Parts.length - 1 && p0Parts[i] === p1Parts[i]; ++i);
const rel = "../".repeat(p0Parts.length - i) + p1Parts.slice(i).join("/");

@@ -117,0 +117,0 @@ return decodeURIComponent(rel.length < p1.length ? rel : p1);

@@ -7,3 +7,3 @@ {

},
"version": "9.6.4",
"version": "9.7.0",
"description": "URL parsing and manipulation utilities for cspell",

@@ -61,3 +61,3 @@ "keywords": [

},
"gitHead": "e126c7f5708d4258ada35ba1d29d18952d7f0886"
"gitHead": "48f64e0bd95b39011af6dc80cd8ae4d519511f73"
}