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

neastooapi

Package Overview
Dependencies
Maintainers
0
Versions
32
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.1 to 1.1.2

plugins/DL-bstation.js

2

index.js

@@ -0,1 +1,2 @@

import { BstationDl } from './plugins/DL-bstation.js';
import { facebookDL } from './plugins/DL-facebook.js';

@@ -20,2 +21,3 @@ import { InstagramDL } from './plugins/DL-instagram.js';

const nessid = {
BstationDl,
facebookDL,

@@ -22,0 +24,0 @@ InstagramDL,

2

package.json
{
"name": "neastooapi",
"version": "1.1.01",
"version": "1.1.02",
"description": "NessID Scraper Module",

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

@@ -7,3 +7,3 @@ import axios from 'axios';

try {
const { data } = await axios.get('https://ins.neastooid.xyz/api/downloader/ytmp3', {
const { data } = await axios.get('https://api.neastooid.xyz/api/downloader/ytmp3', {
params: { url },

@@ -10,0 +10,0 @@ });

@@ -7,3 +7,3 @@ import axios from 'axios';

try {
const { data } = await axios.get('https://ins.neastooid.xyz/api/downloader/ytmp4', {
const { data } = await axios.get('https://api.neastooid.xyz/api/downloader/ytmp4', {
params: { url },

@@ -10,0 +10,0 @@ });

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

+ Blue Archive Logo
+ Ai GPT & SIMI
+ SoundCloud Downloader
+ Fix Downloader !!!
+ FIX YTMP DOWNLOADER
```

@@ -27,0 +25,0 @@

@@ -7,1 +7,6 @@ /*

*/
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