🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

dir-parser

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dir-parser - npm Package Compare versions

Comparing version
1.1.6
to
1.1.7
+15
-40
dir-info.txt

@@ -1,40 +0,15 @@

dir-parser ( Directorys: 8, Files: 31 )
+-- bin
¦ +-- parser.js
+-- node_modules
¦ +-- commander
¦ ¦ +-- typings
¦ ¦ ¦ +-- index.d.ts
¦ ¦ +-- CHANGELOG.md
¦ ¦ +-- index.js
¦ ¦ +-- LICENSE
¦ ¦ +-- package.json
¦ ¦ +-- Readme.md
¦ +-- funclib
¦ ¦ +-- funclib.core.js
¦ ¦ +-- funclib.js
¦ ¦ +-- funclib.min.js
¦ ¦ +-- index.d.ts
¦ ¦ +-- index.js
¦ ¦ +-- package.json
¦ ¦ +-- README.md
¦ +-- progress
¦ +-- lib
¦ ¦ +-- node-progress.js
¦ +-- CHANGELOG.md
¦ +-- index.js
¦ +-- LICENSE
¦ +-- Makefile
¦ +-- package.json
¦ +-- Readme.md
+-- src
¦ +-- base.js
¦ +-- dir-parser.js
+-- .gitignore
+-- dir-parser.png
+-- index.js
+-- package-lock.json
+-- package.json
+-- parser.conf.json
+-- README.md
+-- test.js
dir-parser ( directories: 2, Files: 12 )
├─ bin
│ └─ parser.js
├─ src
│ ├─ base.js
│ └─ dir-parser.js
├─ .gitignore
├─ dir-parser.png
├─ index.d.ts
├─ index.js
├─ package-lock.json
├─ package.json
├─ parser.conf.json
├─ README.md
└─ test.js
{
"name": "dir-parser",
"version": "1.1.6",
"version": "1.1.7",
"description": "Parse a directory and generate it's structure tree.",

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

@@ -127,4 +127,5 @@ # Dir Parser

### Use dir-parser in javaScript code
Interfaces
```
parser(dirPath: string, ptions: Options): Promise<Parsed>
parser(dirPath: string, options: Options): Promise<Parsed>

@@ -131,0 +132,0 @@ interface Options {