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.0.9 to 1.1.0

dist/packem_shared/index-CyrVN2Ul.mjs

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## @visulima/path [1.1.0](https://github.com/visulima/visulima/compare/@visulima/path@1.0.9...@visulima/path@1.1.0) (2024-10-05)
### Features
* **path:** added isAbsolute util ([57dac59](https://github.com/visulima/visulima/commit/57dac5933b454782eb61683bb60cc7fe9a7a1b62))
### Bug Fixes
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
## @visulima/path [1.0.9](https://github.com/visulima/visulima/compare/@visulima/path@1.0.8...@visulima/path@1.0.9) (2024-09-24)

@@ -2,0 +12,0 @@

3

dist/utils.d.ts

@@ -6,5 +6,6 @@ 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, isBinaryPath, isRelative, normalizeAliases, resolveAlias, reverseResolveAlias, toPath };
export { filename, isAbsolute, isBinaryPath, isRelative, normalizeAliases, resolveAlias, reverseResolveAlias, toPath };

@@ -73,3 +73,2 @@ MIT License

# Licenses of bundled dependencies
The published @visulima/path artifact additionally contains code with the following licenses:

@@ -79,5 +78,3 @@ MIT

# Bundled dependencies:
## binary-extensions
License: MIT

@@ -98,5 +95,5 @@ By: Sindre Sorhus

<!-- DEPENDENCIES -->
<!-- /DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->
<!-- TYPE_DEPENDENCIES -->
<!-- /TYPE_DEPENDENCIES -->
{
"name": "@visulima/path",
"version": "1.0.9",
"version": "1.1.0",
"description": "Drop-in replacement of the Node.js path module.",

@@ -91,9 +91,9 @@ "keywords": [

"@arethetypeswrong/cli": "^0.16.4",
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@rushstack/eslint-plugin-security": "^0.8.3",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@secretlint/secretlint-rule-preset-recommend": "^8.3.0",
"@types/node": "18.19.15",
"@visulima/packem": "1.0.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@visulima/packem": "1.0.7",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"binary-extensions": "^3.0.0",

@@ -115,3 +115,3 @@ "conventional-changelog-conventionalcommits": "8.0.0",

"typescript": "5.4.5",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},

@@ -118,0 +118,0 @@ "engines": {

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

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