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

directory-tree

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

directory-tree - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

2

index.d.ts

@@ -37,3 +37,3 @@ import { Stats } from "fs";

export type DirectoryTreeCallback<TCustom extends IObj = IObj> = (
export type DirectoryTreeCallback<TCustom extends Record<string, any> = Record<string, any>> = (
item: DirectoryTree<TCustom>,

@@ -40,0 +40,0 @@ path: string,

{
"name": "directory-tree",
"version": "3.5.0",
"version": "3.5.1",
"description": "Convert a directory tree to a JS object.",

@@ -25,4 +25,6 @@ "repository": {

"devDependencies": {
"@types/node": "^18.11.17",
"chai": "^2.3.0",
"mocha": "^8.3.2"
"mocha": "^10.2.0",
"typescript": "^4.9.4"
},

@@ -34,4 +36,5 @@ "bin": "bin/index.js",

"scripts": {
"test": "mocha"
"test": "mocha",
"test-ts": "./node_modules/.bin/tsc index.d.ts"
}
}

@@ -1,3 +0,1 @@

[![Build Status](https://api.travis-ci.com/mihneadb/node-directory-tree.svg?branch=master)](https://api.travis-ci.com/mihneadb/node-directory-tree.svg?branch=master)
# directory-tree

@@ -4,0 +2,0 @@

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