Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ufo

Package Overview
Dependencies
Maintainers
3
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 0.7.10 to 0.7.11

dist/index.cjs

2

dist/index.d.ts

@@ -138,3 +138,3 @@ /**

declare function isEmptyURL(url: string): boolean;
declare function isNonEmptyURL(url: string): boolean | "";
declare function isNonEmptyURL(url: string): boolean;
declare function joinURL(base: string, ...input: string[]): string;

@@ -141,0 +141,0 @@ declare function createURL(input: string): $URL;

{
"name": "ufo",
"version": "0.7.10",
"version": "0.7.11",
"description": "URL utils for humans",

@@ -10,3 +10,3 @@ "repository": "unjs/ufo",

".": {
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"

@@ -16,3 +16,3 @@ },

},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",

@@ -24,7 +24,8 @@ "types": "./dist/index.d.ts",

"scripts": {
"build": "siroc build",
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"prepublishOnly": "yarn build",
"prepack": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
"test": "yarn lint && vitest run"
},

@@ -35,11 +36,10 @@ "dependencies": {},

"@types/flat": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"c8": "^7.11.0",
"eslint": "latest",
"jest": "latest",
"siroc": "latest",
"standard-version": "latest",
"ts-jest": "latest",
"typescript": "latest"
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
}
}

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