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

fs-tools

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-tools - npm Package Compare versions

Comparing version 0.2.11 to 0.3.0

8

HISTORY.md

@@ -0,1 +1,8 @@

0.3.0 / 2016-09-29
------------------
- Added notice that project is not maintained as not actual.
- Removed testing in node 0.8, added testing in node 0.12, 4, 6.
0.2.11 / 2014-01-08

@@ -85,2 +92,1 @@ -------------------

- First public release

9

package.json
{
"name" : "fs-tools",
"version" : "0.2.11",
"version" : "0.3.0",
"description" : "fs helper utilities (walk, copy, mkdir -p)",

@@ -11,8 +11,5 @@ "keywords" : ["fs", "file", "utils"],

"bugs" : { "url": "https://github.com/nodeca/fs-tools/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/fs-tools/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/nodeca/fs-tools.git" },
"license" : "MIT",
"repository" : "nodeca/fs-tools",
"main" : "./index.js",
"scripts" : {

@@ -19,0 +16,0 @@ "test" : "make test"

fs-tools
========
[![Build Status](https://secure.travis-ci.org/nodeca/fs-tools.png)](http://travis-ci.org/nodeca/fs-tools)
Useful file utitiles. See [API Documentation](http://nodeca.github.com/fs-tools/#FsTools) for detailed info.
> Some file utitiles. See [API Documentation](http://nodeca.github.com/fs-tools/#FsTools) for detailed info.
---
___This project is not maintained anymore, because not actual and better alternatives available___.
Consider use another packages:
- [shelljs](https://www.npmjs.com/package/shelljs)
- [glob](https://www.npmjs.com/package/glob)
- [mkdirp](https://www.npmjs.com/package/mkdirp)
- [rimraf](https://www.npmjs.com/package/rimraf)
--------------------------------------------------------------------------------
### walk(path, [pattern,] iterator[, callback])

@@ -55,3 +65,3 @@

Returns unique directory (at the moment of request) pathbname.
Returns unique directory (at the moment of request) pathname.

@@ -61,2 +71,2 @@

View the [LICENSE](https://github.com/nodeca/fs-tools/blob/master/LICENSE) file (MIT).
[MIT](https://github.com/nodeca/fs-tools/blob/master/LICENSE)

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