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

directory-tree-promise

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-tree-promise - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/directory-tree.js

@@ -24,3 +24,3 @@ const fs = require('fs-promise')

const name = nPath.basename(path)
const item = {path, name}
let item = {path, name}

@@ -27,0 +27,0 @@ try {

{
"name": "directory-tree-promise",
"version": "1.0.4",
"version": "1.0.5",
"description": "Asynchronously return a directory tree as a JS object",

@@ -5,0 +5,0 @@ "license": "MIT",

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