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

walk-r

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

walk-r - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "walk-r",
"version": "0.0.4",
"version": "0.0.5",
"description": "functional directory walk, written with Ramda.js",

@@ -5,0 +5,0 @@ "author": "Nathaniel Martin <nate.teh.greatt@gmail.com>",

@@ -7,3 +7,3 @@ # walk-r

let walk = require('walk-r')
let filePaths = walk('folder')
let filePaths = walk(path.join(__dirname, 'folder'))
let files = filePaths.map(f => fs.readFileSync(f))

@@ -10,0 +10,0 @@ ```

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