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 4.6.1 to 4.6.2

2

CHANGELOG.md
## [4.6.2](https://github.com/euberdeveloper/dree/compare/4.6.1...4.6.2) (2024-01-11)
## [4.6.1](https://github.com/euberdeveloper/dree/compare/4.6.0...4.6.1) (2024-01-11)

@@ -4,0 +6,0 @@

23

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

@@ -58,8 +58,12 @@ "main": "bundled/lib/index.js",

"license": "MIT",
"dependencies": {
"minimatch": "^9.0.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/node": "^20.10.4",
"@types/node": "^20.11.0",
"@types/yargs": "^17.0.32",
"bundle-declarations-webpack-plugin": "^4.0.1",
"chai": "^4.3.10",
"bundle-declarations-webpack-plugin": "^5.0.0",
"chai": "4",
"chai-as-promised": "^7.1.1",

@@ -71,7 +75,7 @@ "codecov": "^3.8.3",

"nyc": "^15.1.0",
"release-it": "^17.0.0",
"release-it": "^17.0.1",
"shebang-loader": "^0.0.1",
"shx": "^0.3.4",
"ts-loader": "^9.5.1",
"typedoc": "^0.25.4",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",

@@ -82,6 +86,7 @@ "webpack": "^5.89.0",

},
"dependencies": {
"minimatch": "^9.0.3",
"yargs": "^17.7.2"
"pnpm": {
"overrides": {
"tough-cookie@<4.1.3": ">=4.1.3"
}
}
}

@@ -594,4 +594,4 @@ ![Test](https://github.com/euberdeveloper/dree/workflows/Test/badge.svg)

│ └── dree.config.json
├── package-lock.json
├── package.json
├── pnpm-lock.yaml
├─> scripts

@@ -598,0 +598,0 @@ │ └── generate-expected-tests-results.js

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