Socket
Socket
Sign inDemoInstall

node-dir

Package Overview
Dependencies
4
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.9 to 0.1.10

15

index.js

@@ -1,10 +0,7 @@

var key,
path = require('path'),
dirpaths = require(__dirname + '/lib/paths');
var dirpaths = require('./lib/paths');
for (key in dirpaths) {
if (dirpaths.hasOwnProperty(key)) exports[key] = dirpaths[key];
}
exports.readFiles = require(path.join(__dirname, 'lib', 'readfiles'));
exports.readFilesStream = require(path.join(__dirname, 'lib', 'readfilesstream'));
exports.files = dirpaths.files;
exports.paths = dirpaths.paths;
exports.subdirs = dirpaths.subdirs;
exports.readFiles = require('./lib/readfiles');
exports.readFilesStream = require('./lib/readfilesstream');

2

package.json
{
"name": "node-dir",
"version": "0.1.9",
"version": "0.1.10",
"description": "asynchronous file and directory operations for Node.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc