Socket
Socket
Sign inDemoInstall

dree

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dree - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

11

package.json
{
"name": "dree",
"version": "2.0.3",
"version": "2.0.4",
"description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.",

@@ -11,3 +11,4 @@ "main": "lib/index.js",

"cover": "istanbul cover node_modules/mocha/bin/_mocha test/test.js - - -R spec",
"transpile": "tsc"
"transpile": "tsc",
"commit": "git-cz"
},

@@ -39,6 +40,12 @@ "repository": {

"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"typescript": "^3.3.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
[![Build Status](https://travis-ci.org/euberdeveloper/dree.svg?branch=master)](https://travis-ci.org/euberdeveloper/dree)
[![Coverage Status](https://coveralls.io/repos/github/euberdeveloper/dree/badge.svg?branch=master)](https://coveralls.io/github/euberdeveloper/dree?branch=master)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

@@ -4,0 +5,0 @@ # dree

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