@stdlib/utils-convert-path
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -50,3 +50,3 @@ /** | ||
* var p = convertPath( '/c/foo/bar/beep.c', 'win32' ); | ||
* // returns 'c:\\foo\\bar\\beep.c' | ||
* // returns 'c:\foo\bar\beep.c' | ||
* | ||
@@ -53,0 +53,0 @@ * @example |
@@ -30,3 +30,3 @@ /** | ||
* var p = convertPath( '/c/foo/bar/beep.c', 'win32' ); | ||
* // returns 'c:\\foo\\bar\\beep.c' | ||
* // returns 'c:\foo\bar\beep.c' | ||
* | ||
@@ -33,0 +33,0 @@ * p = convertPath( '/c/foo/bar/beep.c', 'mixed' ); |
{ | ||
"name": "@stdlib/utils-convert-path", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Convert between POSIX and Windows paths.", | ||
@@ -44,3 +44,3 @@ "license": "Apache-2.0", | ||
"@stdlib/assert-is-string": "^0.0.x", | ||
"@stdlib/cli": "^0.0.x", | ||
"@stdlib/cli-ctor": "^0.0.x", | ||
"@stdlib/fs-read-file": "^0.0.x", | ||
@@ -47,0 +47,0 @@ "@stdlib/process-read-stdin": "^0.0.x", |
@@ -66,3 +66,3 @@ <!-- | ||
- **win32**: Windows path convention; e.g., \`C:\\foo\\bar'. | ||
- **win32**: Windows path convention; e.g., `C:\\foo\\bar`. | ||
- **mixed**: mixed path convention (Windows volume convention and POSIX path separator); e.g., `C:/foo/bar`. | ||
@@ -105,3 +105,3 @@ - **posix**: POSIX path convention; e.g., `/c/foo/bar`. | ||
p2 = convertPath( p1, 'win32' ); | ||
// returns 'c:\\foo\\bar\\beep.c' | ||
// returns 'c:\foo\bar\beep.c' | ||
@@ -118,3 +118,3 @@ p1 = '/c/foo/bar/beep.c'; | ||
p2 = convertPath( p1, 'win32' ); | ||
// returns 'C:\\\\foo\\bar\\beep.c' | ||
// returns 'C:\\foo\bar\beep.c' | ||
@@ -121,0 +121,0 @@ p1 = 'C:\\\\foo\\bar\\beep.c'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45082
+ Added@stdlib/cli-ctor@^0.0.x
- Removed@stdlib/cli@^0.0.x
- Removed@stdlib/array@0.0.12(transitive)
- Removed@stdlib/assert@0.0.12(transitive)
- Removed@stdlib/bigint@0.0.11(transitive)
- Removed@stdlib/blas@0.0.12(transitive)
- Removed@stdlib/buffer@0.0.11(transitive)
- Removed@stdlib/cli@0.0.10(transitive)
- Removed@stdlib/complex@0.0.12(transitive)
- Removed@stdlib/constants@0.0.11(transitive)
- Removed@stdlib/fs@0.0.12(transitive)
- Removed@stdlib/math@0.0.11(transitive)
- Removed@stdlib/ndarray@0.0.13(transitive)
- Removed@stdlib/nlp@0.0.11(transitive)
- Removed@stdlib/number@0.0.10(transitive)
- Removed@stdlib/os@0.0.12(transitive)
- Removed@stdlib/process@0.0.12(transitive)
- Removed@stdlib/random@0.0.12(transitive)
- Removed@stdlib/regexp@0.0.13(transitive)
- Removed@stdlib/stats@0.0.13(transitive)
- Removed@stdlib/streams@0.0.12(transitive)
- Removed@stdlib/strided@0.0.12(transitive)
- Removed@stdlib/string@0.0.14(transitive)
- Removed@stdlib/symbol@0.0.12(transitive)
- Removed@stdlib/time@0.0.14(transitive)
- Removed@stdlib/utils@0.0.12(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@1.0.0(transitive)
- Removedms@2.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)