Comparing version 8.0.2 to 8.0.3
@@ -5,3 +5,3 @@ "use strict"; | ||
const {readdirSync, statSync, lstatSync} = require("fs"); | ||
const {join} = require("path"); | ||
const {sep} = require("path"); | ||
const picomatch = require("picomatch"); | ||
@@ -25,3 +25,3 @@ | ||
function makePath(entry, dir) { | ||
return dir === "." ? entry.name : `${join(dir, entry.name)}`; | ||
return dir === "." ? entry.name : `${dir}${sep}${entry.name}`; | ||
} | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "rrdir", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
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
128