New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

dirfile

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirfile - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+5
-2
package.json
{
"name": "dirfile",
"version": "1.0.0",
"version": "1.0.1",
"description": "获取文件夹内所有的文件。支持递归获取、异步或同步、过滤、返回信息处理。",

@@ -23,3 +23,6 @@ "main": "index.js",

},
"homepage": "https://github.com/chrunlee/dirfile#readme"
"homepage": "https://github.com/chrunlee/dirfile#readme",
"dependencies": {
"async": "^3.1.0"
}
}