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.0
to
9.6.1
+3
-4
package.json

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

},
"version": "9.6.0",
"version": "9.6.1",
"description": "URL parsing and manipulation utilities for cspell",

@@ -46,4 +46,3 @@ "keywords": [

"test": "pnpm test:build && vitest run",
"test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",
"test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000",
"test:perf": "insight --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000",
"test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",

@@ -63,3 +62,3 @@ "watch": "tsc -p . --watch"

},
"gitHead": "163793ddf2a0ad90bc7c90351698a106003297af"
"gitHead": "666fb79096d25c53af9519cad07030e7aca597e1"
}