Socket
Socket
Sign inDemoInstall

@visulima/path

Package Overview
Dependencies
Maintainers
1
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.0 to 1.0.1

dist/chunk-KBJCSDWQ.cjs

2

dist/index.js

@@ -1,3 +0,3 @@

export { n as basename, p as default, c as delimiter, l as dirname, j as extname, m as format, e as isAbsolute, g as join, f as normalize, d as normalizeString, o as parse, k as relative, h as resolve, b as sep, i as toNamespacedPath } from './chunk-OJFQFRB7.js';
export { n as basename, p as default, c as delimiter, l as dirname, j as extname, m as format, e as isAbsolute, g as join, f as normalize, d as normalizeString, o as parse, k as relative, h as resolve, b as sep, i as toNamespacedPath } from './chunk-XFS3TGPC.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import { a, g as g$1, j } from './chunk-OJFQFRB7.js';
import { a, g as g$1, j } from './chunk-XFS3TGPC.js';
import { fileURLToPath } from 'node:url';

@@ -3,0 +3,0 @@

@@ -23,3 +23,3 @@ MIT License

--------------------------------------------------------------------------------
---

@@ -48,3 +48,3 @@ MIT License

--------------------------------------------------------------------------------
---

@@ -51,0 +51,0 @@ Copyright Joyent, Inc. and other Node contributors.

{
"name": "@visulima/path",
"version": "1.0.0",
"description": "Drop-in replacement of the Node.js path module.",
"keywords": [
"visulima",
"path",
"binary",
"extensions",
"extension",
"file",
"json",
"list",
"array"
],
"homepage": "https://visulima.com/packages/path",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
"name": "@visulima/path",
"version": "1.0.1",
"description": "Drop-in replacement of the Node.js path module.",
"keywords": [
"visulima",
"path",
"binary",
"extensions",
"extension",
"file",
"json",
"list",
"array"
],
"homepage": "https://visulima.com/packages/path",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/path"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/path"
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
"./utils": {
"require": {
"types": "./dist/utils.d.cts",
"default": "./dist/utils.cjs"
},
"import": {
"types": "./dist/utils.d.ts",
"default": "./dist/utils.js"
}
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"./utils": {
"require": {
"types": "./dist/utils.d.cts",
"default": "./dist/utils.cjs"
},
"import": {
"types": "./dist/utils.d.ts",
"default": "./dist/utils.js"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"browser": "./dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:packagejson": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest"
},
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-preset": "^8.0.3",
"@babel/core": "^7.24.5",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@types/micromatch": "^4.0.7",
"@types/node": "18.18.14",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"binary-extensions": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"secretlint": "8.1.2",
"semantic-release": "^23.1.1",
"sort-package-json": "^2.10.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.* <=21.*"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"anolilab": {
"eslint-config": {
"plugin": {
"tsdoc": false,
"etc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
},
"sources": [
"src/index.ts",
"src/utils.ts"
]
}
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"browser": "./dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-pnpm": "^1.1.0",
"@anolilab/semantic-release-preset": "^8.1.0",
"@babel/core": "^7.24.5",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@types/micromatch": "^4.0.7",
"@types/node": "18.18.14",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"binary-extensions": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"secretlint": "8.1.2",
"semantic-release": "^23.1.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.* <=21.*"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"anolilab": {
"eslint-config": {
"plugin": {
"tsdoc": false,
"etc": false
},
"warn_on_unsupported_typescript_version": false,
"info_on_disabling_jsx_react_rule": false,
"info_on_disabling_prettier_conflict_rule": false,
"info_on_disabling_jsonc_sort_keys_rule": false,
"info_on_disabling_etc_no_deprecated": false
}
},
"sources": [
"src/index.ts",
"src/utils.ts"
],
"scripts": {
"build": "cross-env NODE_ENV=development tsup",
"build:prod": "cross-env NODE_ENV=production tsup",
"clean": "rimraf node_modules dist .eslintcache",
"dev": "pnpm run build --watch",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
"lint:package-json": "publint --strict",
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
"lint:types": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui --coverage.enabled=true",
"test:watch": "vitest"
}
}

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