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.5 to 1.0.6

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## @visulima/path [1.0.6](https://github.com/visulima/visulima/compare/@visulima/path@1.0.5...@visulima/path@1.0.6) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Styles
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
## @visulima/path [1.0.5](https://github.com/visulima/visulima/compare/@visulima/path@1.0.4...@visulima/path@1.0.5) (2024-08-30)

@@ -2,0 +16,0 @@

4

dist/index.d.ts

@@ -36,2 +36,4 @@ import path$1 from 'node:path';

export { basename, path as default, delimiter, dirname, extname, format, isAbsolute, join, normalize, normalizeString, parse, relative, resolve, sep, toNamespacedPath };
export { basename, delimiter, dirname, extname, format, isAbsolute, join, normalize, normalizeString, parse, relative, resolve, sep, toNamespacedPath };
export = path;
{
"name": "@visulima/path",
"version": "1.0.5",
"version": "1.0.6",
"description": "Drop-in replacement of the Node.js path module.",

@@ -69,2 +69,10 @@ "keywords": [

"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts",
"./dist/utils.d.ts"
]
}
},
"files": [

@@ -81,2 +89,3 @@ "dist/**",

"@anolilab/semantic-release-preset": "^9.0.0",
"@arethetypeswrong/cli": "^0.15.4",
"@babel/core": "^7.25.2",

@@ -86,3 +95,3 @@ "@rushstack/eslint-plugin-security": "^0.8.2",

"@types/node": "18.19.15",
"@visulima/packem": "^1.0.0-alpha.86",
"@visulima/packem": "^1.0.0-alpha.93",
"@vitest/coverage-v8": "^2.0.5",

@@ -138,2 +147,3 @@ "@vitest/ui": "^2.0.5",

"dev": "pnpm run build --watch",
"lint:attw": "attw --pack",
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",

@@ -140,0 +150,0 @@ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",

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