Socket
Socket
Sign inDemoInstall

ufo

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ufo - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

3

dist/index.d.ts

@@ -89,2 +89,3 @@ type QueryValue = string | number | undefined | null | boolean | Array<QueryValue> | Record<string, any>;

auth?: string;
href?: string;
pathname: string;

@@ -135,3 +136,3 @@ hash: string;

*/
declare function stringifyParsedURL(parsed: ParsedURL): string;
declare function stringifyParsedURL(parsed: Partial<ParsedURL>): string;
declare function parseFilename(input: string, { strict }: {

@@ -138,0 +139,0 @@ strict: any;

{
"name": "ufo",
"version": "1.2.0",
"version": "1.3.0",
"description": "URL utils for humans",

@@ -32,13 +32,13 @@ "repository": "unjs/ufo",

"devDependencies": {
"@types/node": "^20.4.5",
"@vitest/coverage-v8": "^0.33.0",
"changelogen": "^0.5.4",
"eslint": "^8.46.0",
"@types/node": "^20.5.4",
"@vitest/coverage-v8": "^0.34.2",
"changelogen": "^0.5.5",
"eslint": "^8.47.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.0.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.33.0"
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@8.6.12"
}

@@ -175,3 +175,3 @@ # 👽 ufo

Check two paths are equal or not. Trailing slash and encoding are normalized before comparation.
Check two paths are equal or not. Trailing slash and encoding are normalized before comparison.

@@ -253,3 +253,3 @@ ```ts

Special thanks to Eduardo San Martin Morote ([posva](https://github.com/posva)) for [encoding utlities](https://github.com/vuejs/vue-router-next/blob/v4.0.1/src/encoding.ts)
Special thanks to Eduardo San Martin Morote ([posva](https://github.com/posva)) for [encoding utilities](https://github.com/vuejs/vue-router-next/blob/v4.0.1/src/encoding.ts)

@@ -256,0 +256,0 @@ <!-- Badges -->

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