New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

recursive-dir-reader

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recursive-dir-reader - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

index.js

@@ -11,2 +11,3 @@ 'use strict';

* @param {function|undefined} callback - Calls the function one time for each item in the folder.
* @return {array} paths
*/

@@ -49,2 +50,3 @@ exports.async = (dir, callback = undefined) => {

* @param {function|undefined} callback - Calls the function one time for each item in the folder.
* @return {array} paths
*/

@@ -51,0 +53,0 @@ exports.sync = (dir, callback = undefined) => {

2

package.json
{
"name": "recursive-dir-reader",
"version": "1.3.0",
"version": "1.3.1",
"description": "reading directory and subdirectories",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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