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.2 to 2.0.3

4

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

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

"test": "mocha --reporter spec",
"full-test": "mocha --reporter spec test/test.js --scan",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/test.js - - -R spec",
"full-test": "mocha --reporter spec test/test.js --scan",
"transpile": "tsc"

@@ -13,0 +13,0 @@ },

@@ -303,2 +303,12 @@ [![Build Status](https://travis-ci.org/euberdeveloper/dree.svg?branch=master)](https://travis-ci.org/euberdeveloper/dree)

## Build
To build the module make sure you have Typescript installed or install the dev dependencies. After this, run:
```bash
$ npm run transpile
```
The `source` folder will be compiled in the `lib` folder.
## Dev

@@ -305,0 +315,0 @@

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