Sign In

@lxf2513/readdir-sync-recursive

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lxf2513/readdir-sync-recursive - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+1
-1
package.json
{
"name": "@lxf2513/readdir-sync-recursive",
"version": "1.0.0",
"version": "1.0.1",
"description": "Reads the contents of the directory synchronously and recursively.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -15,5 +15,5 @@ # readdir-sync-recursive

```js
import readdirSyncRecursive from ''
import readdirSyncRecursive from '@lxf2513/readdir-sync-recursive'
readdirSyncRecursive('/path/source')
```