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

more-node-fs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

more-node-fs - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

package.json
{
"name": "more-node-fs",
"version": "1.1.0",
"version": "1.1.1",
"description": "A utility which adds some more File System functions for Node.",

@@ -16,6 +16,9 @@ "main": "dist/index.js",

"test": "npm run test-js && npm run test-ts",
"v-patch": "npm version patch -m \"Upgrade package version to v%s\"",
"v-minor": "npm version minor -m \"Upgrade package version to v%s\"",
"v-major": "npm version major -m \"Upgrade package version to v%s\"",
"prepare": "npm run build",
"prepublishOnly": "npm run test && npm run lint",
"preversion": "npm run lint",
"postversion": "git push --tags"
"postversion": "git push --follow-tags"
},

@@ -22,0 +25,0 @@ "repository": {

@@ -14,4 +14,3 @@

Deletes files and directories. If a directory is specified then it will recursively delete everything inside of it as well.
- walkdir: Generator function that iterates through a directory and any sub directories. Unlike the
the other functions, this uses breadth first search.
- walkdir: Generator function that iterates through a directory and any sub directories. Unlike the other functions, this uses breadth first search.
- Extra options available to forEachPath, readdirDeep and walkdir:

@@ -18,0 +17,0 @@ - ignore: If specified, then will not look at paths that match this regex. This and the match option can significantly speed up path searches.

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