Socket
Socket
Sign inDemoInstall

imgbb-uploader

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgbb-uploader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "imgbb-uploader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lightweight module to upload images through Imgbb API.",

@@ -5,0 +5,0 @@ "main": "index.js",

# imgbb-uploader
Lightweight Nodejs module to upload local pictures files to imgbb API and get display URLs in response.
## Compatibility:
Node >= 8 ( [this module uses async/await](https://node.green/) )
<<<<<<< HEAD
**Node >= 8** ( [this module uses async/await](https://node.green/) )
*Care: this module uses `fs` under the hood. It means it WON'T work outside the node environment !*
*To upload pictures from your frontend please check the [File API](https://developer.mozilla.org/en-US/docs/Web/API/File) instead*
=======
>>>>>>> b4a3e033c2a8543aaf1caa68e6bad19201048326
*To upload pictures from your frontend please check the [File API](https://developer.mozilla.org/en-US/docs/Web/API/File) instead*

@@ -60,2 +57,3 @@ ## Install

**This module is ~20 lines long & totally unlicensed: to better fit your need, feel free to edit !**

@@ -75,5 +73,4 @@ ## Learn more

### This module is ~20 lines long & totally unlicensed, so you can easily edit it to fit your need.
## Changelog
0.2.1 => 1.0.0 (Replace `var` and `function` with proper ES6 syntax & update README)
1.0.0 => 1.0.1 (Fix README)
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