Sign In

@cspell/url

Package Overview
Dependencies
Maintainers
1
Versions
65
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.7.0
to
9.8.0
+1
-6
dist/index.js
import assert from "node:assert";
import Path from "node:path";
import { fileURLToPath, pathToFileURL } from "node:url";
//#region src/url.mts

@@ -149,3 +148,2 @@ const isURLRegEx = /^(\w[\w-]{1,63}:\/|data:|stdin:)/i;

}
//#endregion

@@ -172,3 +170,2 @@ //#region src/dataUrl.mts

}
//#endregion

@@ -225,3 +222,2 @@ //#region src/fileUrl.mts

}
//#endregion

@@ -402,3 +398,2 @@ //#region src/FileUrlBuilder.mts

};
//#endregion

@@ -441,5 +436,5 @@ //#region src/defaultFileUrlBuilder.mts

}
//#endregion
export { FileUrlBuilder, addTrailingSlash, basenameOfUrlPathname, encodePathChars, fixUncUrl, hasProtocol, isDataURL, isFileURL, isNotUrlLike, isURL, isUrlLike, normalizeFilePathForUrl, normalizeWindowsUrl, toFileDirURL, toFilePathOrHref, toFileURL, toURL, urlBasename, urlDirname, urlParent, urlRelative };
//# sourceMappingURL=index.js.map
+2
-2

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

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

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

},
"gitHead": "48f64e0bd95b39011af6dc80cd8ae4d519511f73"
"gitHead": "c822013ce676dffb5fa5544567c25a3ae666718f"
}