Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Nodejs library to access cloud storage services with a common API.
Currently supported services
With the rise of cloud services and the need to be independant of such or such provider, we decided to create a common tool to access a lot of online plateform.
This aim to give the user of your app the liberty of choosing where they want to store their data.
Requirements
Add unifile lib to your project
$ npm install unifile --save
Unifile use an API similar to the native fs
module but with Bluebird Promises instead of callbacks.
You can find the whole API documentation on the project page.
Then write a small Node.js server like this one. Or play with the sample:
$ cd samples
$ npm install
$ node simple-api-server.js
Then open http://localhost:6805/
and play with your cloud storages.
You could also take a look at the UI called CloudExplorer: here's a live demo.
Most of the service in Unifile uses OAuth 2 to connect the user into the service. This means Unifile doesn't have the user credential at any time.
For the server that doesn't support OAuth, like FTP, the credentials are never stored.
In all case, Unifile never uses any data of the user.
Unifile works with plugins to connect with more and more services. To find all the plugins available, you can follow the unifile tag on GitHub. Or you can browse this non-exhaustive list:
Unifile is built on modularity, meaning you can create a connector to a service a plug it in Unifile withouth modifying Unifile. So feel free to add any services you need! Don't forget to let us know about it so we could tell everyone :wink:
Here is a list of services which could be useful
Let's discuss this list of issues which set the future of unifile
[2.0.4] - 2018-10-08 - 2020-10-22 - 2020-10-25 - 2020-10-28 - 2020-10-28 - 2020-10-28 - 2020-10-28 - 2020-10-28 - 2020-10-28 - 2020-11-08 - 2021-01-08 - 2021-01-11 - 2021-01-20 - 2021-01-20
FAQs
Library to provide a unified API, mirroring Fs, for cloud storage services.
The npm package unifile receives a total of 14 weekly downloads. As such, unifile popularity was classified as not popular.
We found that unifile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.