Socket
Socket
Sign inDemoInstall

@danmasta/walk

Package Overview
Dependencies
3
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@danmasta/walk",
"version": "1.1.0",
"version": "1.1.1",
"author": "Daniel Smith <dannmasta@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Directory and file walking utility for node apps",

@@ -49,2 +49,3 @@ # Walk

`eachSync` | Sync version of `each`
*Each method takes an optional `path` and `options` param as arguments. The `each` methods also accept an iteratee function as the last argument*

@@ -57,4 +58,4 @@

-----|----- | -----------
`cwd` | *`string`* | Current working directory. Defaults to `process.cwd()`
`root` | *`string`* | Base directory to use for relative pathing. Defaults to `process.cwd`
`cwd` | *`string`* | Current working directory. Defaults to `process.cwd`
`root` | *`string`* | Base directory to use for relative pathing. Defaults to `cwd`
`path` | *`string`* | Absolute path of the file on disk

@@ -61,0 +62,0 @@ `relative` | *`string`* | Relative path of file based normalized from `root`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc