🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

imgur-upload-apis

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
i

imgur-upload-apis

An API to upload images or videos to Imgur from a URL.

0.0.4
latest
68

Supply Chain Security

100

Vulnerability

73

Quality

78

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 9 high alerts.

Socket optimized override available

Version published
Weekly downloads
2
-33.33%
Maintainers
0
Weekly downloads
 
Created
Issues
0

Typing SVG

npm version version npm downloads js dilvr

Instalation :

> npm i imgur-upload-apis

const { Imgur } = require('imgur-upload-apis');

(async () => {
  try {
    const result = await Imgur('https://example.com/image.jpg');
    console.log(result);
  } catch (error) {
    console.error(error.message);
  }
})();

FAQs

Package last updated on 06 Mar 2025

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