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.5 to 1.0.6

.babelrc

18

package.json
{
"name": "directory-tree-promise",
"version": "1.0.5",
"version": "1.0.6",
"description": "Asynchronously return a directory tree as a JS object",
"license": "MIT",
"author": "Danny Navarro (dannynavarro.tech)",
"contributors": [
"Danny Navarro (dannynavarro.tech)",
"Ethan Brown (ethan.brown@popart.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/dannav/directory-tree-promise.git"
"url": "https://github.com/dannav/directory-tree-promise"
},

@@ -23,10 +27,14 @@ "keywords": [

"homepage": "https://github.com/dannav/directory-tree-promise",
"main": "lib/directory-tree.js",
"main": "dist/directory-tree.js",
"scripts": {
"test": "mocha ./test/test.js"
"test": "mocha ./test/test.js",
"dist": "babel lib -d dist --source-maps"
},
"engines": {
"node": ">=7.7.2"
"node": ">=6.10.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"chai": "^3.5.0",

@@ -33,0 +41,0 @@ "mocha": "^3.2.0"

@@ -1,2 +0,2 @@

##directory-tree-promise [![Build Status](https://travis-ci.org/dannav/directory-tree-promise.svg?branch=master)](https://travis-ci.org/dannav/directory-tree-promise)
## directory-tree-promise [![Build Status](https://travis-ci.org/dannav/directory-tree-promise.svg?branch=master)](https://travis-ci.org/dannav/directory-tree-promise)

@@ -74,5 +74,5 @@ ### Install

### Contributing
Fork this repository and run `npm install` in project directory.
Fork this repository and run `npm install` in project directory. Before versioning and publishing, run `npm dist` to transcompile for Node 6 support.
#### Tests
`npm run test`
`npm run test`

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