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

fsgod

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fsgod - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

22

package.json
{
"name": "fsgod",
"version": "1.0.3",
"version": "1.0.4",
"description": "Secure file sharing, hosting, and transfer",

@@ -15,3 +15,19 @@ "main": "index.js",

"path": "^0.12.7"
}
}
},
"keywords": [
"directories",
"directory",
"file",
"files",
"folders",
"hosting",
"file managment",
"file system",
"folder managment",
"file hosting",
"file sharing",
"document sharing",
"document managment",
"document"
]
}

4

README.md

@@ -6,3 +6,3 @@

The only component thus far (v 1.0.3) is the Virtual Directory Tree (VDT).
The only component thus far (v 1.0.4) is the Virtual Directory Tree (VDT).

@@ -35,3 +35,3 @@ The purpose of this library is to make dynamic managing of any size of file system easy and quick.

The `vdt` object that gets passed to the callback in ```fsgod.VDT``` is the Virtual Directory Tree. ```fsgod.VDT``` recursively walks through a specified folder and builds each item into a JavaScript object and passes it back to the user in the callback. For the meantime (v1.0.3), ```fsgod.VDT``` can only be used to read data. If you'd like to help, email me at maui.wowie@tuta.io.
The `vdt` object that gets passed to the callback in ```fsgod.VDT``` is the Virtual Directory Tree. ```fsgod.VDT``` recursively walks through a specified folder and builds each item into a JavaScript object and passes it back to the user in the callback. For the meantime (v1.0.4), ```fsgod.VDT``` can only be used to read data. If you'd like to help, email me at maui.wowie@tuta.io.

@@ -38,0 +38,0 @@ | VDT object keys | Usage | Type |

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