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.1.0 to 1.1.1

4

dist/index.d.ts

@@ -62,3 +62,3 @@ type QueryValue = string | number | undefined | null | Record<string, any>;

/**
* Decode path section of URL (consitant with encodePath for slash encoding).
* Decode path section of URL (consistent with encodePath for slash encoding).
*

@@ -70,3 +70,3 @@ * @param text - string to decode

/**
* Decode query value (consitant with encodeQueryValue for plus encoding).
* Decode query value (consistent with encodeQueryValue for plus encoding).
*

@@ -73,0 +73,0 @@ * @param text - string to decode

{
"name": "ufo",
"version": "1.1.0",
"version": "1.1.1",
"description": "URL utils for humans",

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

"devDependencies": {
"@types/node": "^18.13.0",
"@vitest/coverage-c8": "^0.28.5",
"@types/node": "^18.14.2",
"@vitest/coverage-c8": "^0.29.1",
"changelogen": "^0.4.1",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-unjs": "^0.1.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"unbuild": "^1.1.1",
"vitest": "^0.28.5"
"unbuild": "^1.1.2",
"vitest": "^0.29.1"
},
"packageManager": "pnpm@7.27.0"
"packageManager": "pnpm@7.28.0"
}

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