imon-media-downloader
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17711
64
1