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

uguu-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uguu-api

uguu.se temp file hosting api - 3rd party service

latest
Source
npmnpm
Version
0.1.8
Version published
Weekly downloads
7
-77.42%
Maintainers
1
Weekly downloads
 
Created
Source

uguu.se api node wrapper

visit uguu.se for more information.

uguu.se is not a bridged service. it is a 3rd party service enable you to host files for 24 hours.

Installation

yarn add uguu-api

Usage

import { upload } from "uguu-api"

upload("myfile.md", "#My file\n>awesome.").then((r)=> {
  console.log(r)
})


>>> { url: "https://a.uguu.se/edq0g575eEml_file.md", originName: "myfile.md" } 

curl example

curl --request POST \
  --url 'https://uguu.se/api.php?d=upload-tool' \
  --header 'content-type: multipart/form-data; boundary=---011000010111000001101001' \
  --form file=

response: https://a.uguu.se/HSMrk8wpYdTh_andy.jpeg as html page

FAQs

Package last updated on 30 Oct 2020

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