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.4 to 2.1.0

dist/bin/index.d.ts

16

package.json
{
"name": "dree",
"version": "2.0.4",
"version": "2.1.0",
"description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"bin": {
"dree": "dist/bin/index.js"
},
"scripts": {
"test": "mocha --reporter spec",
"full-test": "mocha --reporter spec test/test.js --scan",
"test:full": "mocha --reporter spec test/test.js --scan",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/test.js - - -R spec",

@@ -37,3 +40,5 @@ "transpile": "tsc",

"@types/node": "^10.12.23",
"@types/yargs": "^12.0.9",
"chai": "^4.2.0",
"commitizen": "^3.0.5",
"coveralls": "^3.0.2",

@@ -49,3 +54,6 @@ "cz-conventional-changelog": "^2.1.0",

}
},
"dependencies": {
"yargs": "^13.2.0"
}
}
[![Build Status](https://travis-ci.org/euberdeveloper/dree.svg?branch=master)](https://travis-ci.org/euberdeveloper/dree)
[![CircleCI](https://circleci.com/gh/euberdeveloper/dree.svg?style=svg)](https://circleci.com/gh/euberdeveloper/dree)
[![Coverage Status](https://coveralls.io/repos/github/euberdeveloper/dree/badge.svg?branch=master)](https://coveralls.io/github/euberdeveloper/dree?branch=master)

@@ -323,2 +324,2 @@ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

Note: There is also the script `npm run test-full`, wich contains also the tests for the scan function, but it is not a default choice, because results as absolute paths, file sizes and hash can be different with different systems and users. This is also the reason coveralls says not all code is covered form tests.
Note: There is also the script `npm run test:full`, wich contains also the tests for the scan function, but it is not a default choice, because results as absolute paths, file sizes and hash can be different with different systems and users. This is also the reason coveralls says not all code is covered form tests.
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