Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rrdir

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrdir - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

4

index.js

@@ -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>",

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