New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adir

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adir - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "adir",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utility for recursive aggregation of directory trees",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -46,4 +46,5 @@ [![view on npm](http://img.shields.io/npm/v/adir.svg?style=flat-square)](https://www.npmjs.com/package/adir)

`adir(path, onEntry, [initialValue], [callback])` ⇒ `Promise` <br/>
`adir.break` <br/>
`adir.version` <br/>
`adir.fs`: The file system interface to use.<br/>
`adir.break`: Reference used to signal the end of an aggregation branch.<br/>
`adir.version`: The version string from package manifest.<br/>

@@ -56,2 +57,3 @@ ```js

typeof adir === 'function'
adir.fs === fs
typeof adir.break === 'object'

@@ -58,0 +60,0 @@ typeof adir.version === 'string'

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