New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

node-file-service

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-file-service

nodejs file service

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

node-file-service

File service over http

view on npm

Install

$ npm install -g node-file-service

Usage

$ node-file-service

Available Options:

-p Port to use (defaults to 8000)

-d Storage folder to use (defaults to './')

API Reference

Save file

$ curl -F "file=@/home/user/Desktop/test.jpg" \
    localhost:8000/test.jpg

Get file

$ curl localhost:8000/test.jpg

Keywords

node-file-service

FAQs

Package last updated on 28 Dec 2016

Did you know?

Socket

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.

Install

Related posts