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

pathe

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathe - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/index.d.cts

17

dist/index.d.ts

@@ -33,20 +33,5 @@ import path$1 from 'node:path';

declare namespace path {
export {
path_basename as basename,
path_delimiter as delimiter,
path_dirname as dirname,
path_extname as extname,
path_format as format,
path_isAbsolute as isAbsolute,
path_join as join,
path_normalize as normalize,
path_normalizeString as normalizeString,
path_parse as parse,
path_relative as relative,
path_resolve as resolve,
path_sep as sep,
path_toNamespacedPath as toNamespacedPath,
};
export { path_basename as basename, path_delimiter as delimiter, path_dirname as dirname, path_extname as extname, path_format as format, path_isAbsolute as isAbsolute, path_join as join, path_normalize as normalize, path_normalizeString as normalizeString, path_parse as parse, path_relative as relative, path_resolve as resolve, path_sep as sep, path_toNamespacedPath as toNamespacedPath };
}
export { basename, path as default, delimiter, dirname, extname, format, isAbsolute, join, normalize, normalizeString, parse, relative, resolve, sep, toNamespacedPath };
{
"name": "pathe",
"version": "1.1.1",
"version": "1.1.2",
"description": "Universal filesystem path utils",

@@ -27,14 +27,14 @@ "repository": "unjs/pathe",

"devDependencies": {
"@types/node": "^18.16.3",
"@vitest/coverage-c8": "^0.31.0",
"eslint": "latest",
"eslint-config-unjs": "^0.1.0",
"jiti": "^1.18.2",
"prettier": "^2.8.8",
"standard-version": "latest",
"typescript": "^5.0.4",
"unbuild": "^1.2.1",
"vitest": "^0.31.0"
"@types/node": "^20.10.8",
"@vitest/coverage-v8": "^1.1.3",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.3"
},
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.14.0",
"scripts": {

@@ -45,3 +45,3 @@ "build": "unbuild",

"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
"release": "pnpm vitest run && standard-version && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"test": "pnpm lint && vitest run --coverage",

@@ -48,0 +48,0 @@ "test:types": "tsc --noEmit"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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