Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imon-media-downloader

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imon-media-downloader - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "imon-media-downloader",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fetch Url Downloads From Instagram & Facebook & TikTok & YouTube & Twitter & Google Drive & Pintarest & likee & threads",

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

@@ -27,12 +27,8 @@ <h3 align="center">

```js
const nayan = require('imon-media-downloader');
const {alldown} = require("imon-media-downloader");
const url = 'url' // past url
nayan.alldown('url')
.then(data => {
console.log(data);
})
.catch(error => {
console.error('Error downloading:', error);
});
```
alldown(url).then(data => {
console.log(data)
});```
## Output Example (alldown)

@@ -39,0 +35,0 @@ ```

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