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

neastooapi

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neastooapi - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

package.json
{
"name": "neastooapi",
"version": "1.1.02",
"description": "NessID Scraper Module",
"version": "1.1.03",
"description": "Scraper Downloader Module",
"main": "index.js",

@@ -6,0 +6,0 @@ "author": "NeofetchNpc",

import axios from 'axios';
export async function ytmp3DL(url) {
export async function ytmp3DL(url, quality = 128) {
if (!url) throw new Error('URL is required.');

@@ -8,3 +8,6 @@

const { data } = await axios.get('https://api.neastooid.xyz/api/downloader/ytmp3', {
params: { url },
params: {
url,
q: quality,
},
});

@@ -11,0 +14,0 @@

import axios from 'axios';
export async function ytmp4DL(url) {
export async function ytmp4DL(url, quality = 360) {
if (!url) throw new Error('URL is required.');

@@ -8,3 +8,6 @@

const { data } = await axios.get('https://api.neastooid.xyz/api/downloader/ytmp4', {
params: { url },
params: {
url,
q: quality,
},
});

@@ -11,0 +14,0 @@

@@ -21,4 +21,3 @@ [![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/colored.png)](#table-of-contents)

// Stabile Version
+ Blue Archive Logo
+ FIX YTMP DOWNLOADER
+ Fix Error Fiture
```

@@ -28,5 +27,10 @@

# 🛑 `Announcement !!!`
> Please Do Not Spam Because Our Server Is Only On Vercel With Free Billing, If You Want To Help Donate, You Can Do It On The Homepage Link!!!.
---------
# 📍 `MORE INFO`
- [DOCS](https://github.com/NeofetchNpc/NeastooAPI/wiki/Documentation)
- [DONASI](https://saweria.co/INSDV)
- [DOCS ID](https://github.com/NeofetchNpc/NeastooAPI/wiki/Documentation)
- [DONASI ID](https://saweria.co/YUSUP909)

@@ -39,3 +43,4 @@ ---------

[![NeastooID](https://github.com/NeeasTooID.png?size=100)](https://github.com/NeeasTooID)
[![GZZ](https://github.com/glospotnew.png?size=100)](https://github.com/glospotnew)
---------
/*
import nessid from './index.js';
nessid.SimiAi('haloo')
nessid.ytmp4DL('https://youtu.be/TUo_zDKN4bM?si=jBWElayEnBA8WJkW')
.then(result => console.log(result));
*/
import nessid from 'neastooapi';
nessid.baLogo('ini text nya')
.then(result => console.log(result));
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