🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.3.0
to
1.3.1
+1
-1
dist/index.d.ts
declare function export_default(path: string, type?: 'absolutePath' | 'relativePath'): string[];
export { export_default as default };
export = export_default;
{
"name": "@lxf2513/readdir-sync-recursive",
"version": "1.3.0",
"version": "1.3.1",
"description": "Reads the contents of the directory synchronously and recursively.",

@@ -28,3 +28,3 @@ "type": "module",

"build": "unbuild",
"release": "npm publish"
"release": "unbuild && npm publish"
},

@@ -51,6 +51,6 @@ "repository": {

"devDependencies": {
"@types/node": "^22.10.6",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"unbuild": "^3.3.1"
"@types/node": "^22.13.9",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"unbuild": "^3.5.0"
},

@@ -57,0 +57,0 @@ "publishConfig": {