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

fs-walk-breadth-first

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-walk-breadth-first - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

CHANGELOG.md

@@ -5,4 +5,8 @@ # Change Log

## [0.0.1] - 2015-07-07
### Fixed
- Added missing package metadata
## [0.0.0] - 2015-07-07
### Added
- Initial release
{
"name": "fs-walk-breadth-first",
"version": "0.0.0",
"version": "0.0.1",
"description": "Call a function on each file in a filesystem tree",
"keywords": [
"fs",
"walk",
"util",
"breadth-first-search",
"breadth-first-traversal",
"bfs",
"find",
"file",
"directory",
"visit",
"traverse"
],
"main": "lib/walk.js",

@@ -12,2 +25,10 @@ "scripts": {

"license": "MIT",
"homepage": "https://github.com/ericlathrop/node-fs-walk-breadth-first",
"repository": {
"type": "git",
"url": "https://github.com/ericlathrop/node-fs-walk-breadth-first.git"
},
"bugs": {
"url": "https://github.com/ericlathrop/node-fs-walk-breadth-first/issues"
},
"devDependencies": {

@@ -14,0 +35,0 @@ "eslint": "^0.24.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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