New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/url

Package Overview
Dependencies
Maintainers
1
Versions
31
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 8.17.1 to 8.17.2

dist/index.d.ts

13

package.json

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

},
"version": "8.17.1",
"version": "8.17.2",
"description": "URL parsing and manipulation utilities for cspell",

@@ -19,7 +19,7 @@ "keywords": [

"sideEffects": false,
"module": "./dist/index.mjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs"
"import": "./dist/index.js"
}

@@ -39,3 +39,3 @@ },

"scripts": {
"build": "tsc -p .",
"build": "tsup-node",
"build:clean": "pnpm clean && pnpm build",

@@ -46,3 +46,4 @@ "clean": "shx rm -rf dist coverage",

"test-watch": "vitest",
"test": "vitest run",
"test:build": "tsc -p .",
"test": "pnpm test:build && vitest run",
"test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000",

@@ -64,3 +65,3 @@ "test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000",

},
"gitHead": "476a03accde11d8bb97c2fd09322f962c83b116a"
"gitHead": "160c982e8d1e3b4951acb6fc003d013f3b0597e0"
}
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