Socket
Socket
Sign inDemoInstall

@visulima/path

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visulima/path - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## @visulima/path [1.1.1](https://github.com/visulima/visulima/compare/@visulima/path@1.1.0...@visulima/path@1.1.1) (2024-10-05)
### Bug Fixes
* **path:** fixing wrong export of isAbsolute on utils ([92148a8](https://github.com/visulima/visulima/commit/92148a8dd7c986536aefdbc3d316d16f32239e57))
## @visulima/path [1.1.0](https://github.com/visulima/visulima/compare/@visulima/path@1.0.9...@visulima/path@1.1.0) (2024-10-05)

@@ -2,0 +8,0 @@

3

dist/utils.d.ts

@@ -6,6 +6,5 @@ declare const normalizeAliases: (_aliases: Record<string, string>) => Record<string, string>;

declare const isRelative: (path: string) => boolean;
declare const isAbsolute: (path: string) => boolean;
declare const isBinaryPath: (path: string) => boolean;
declare const toPath: (urlOrPath: URL | string) => string;
export { filename, isAbsolute, isBinaryPath, isRelative, normalizeAliases, resolveAlias, reverseResolveAlias, toPath };
export { filename, isBinaryPath, isRelative, normalizeAliases, resolveAlias, reverseResolveAlias, toPath };
{
"name": "@visulima/path",
"version": "1.1.0",
"version": "1.1.1",
"description": "Drop-in replacement of the Node.js path module.",

@@ -5,0 +5,0 @@ "keywords": [

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