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

node-readfiles

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-readfiles - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

lib/readfiles.js

@@ -110,2 +110,3 @@ var fs = require('fs');

if (options.readContents === false) {
callback(null, outputName, null);
return next();

@@ -112,0 +113,0 @@ }

2

package.json
{
"name": "node-readfiles",
"version": "0.0.2",
"version": "0.0.3",
"description": "A lightweight Node.js module to recursively read files in a directory",

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

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