Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.3 to 2.1.4

2

dist/bin/index.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

var pattern = patterns_1[_i];
result.push(new RegExp(pattern));
result.push(new RegExp(pattern.replace('/\\/g', '\\\\')));
}

@@ -16,0 +16,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "dist/lib/index.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