New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neastooapi

Package Overview
Dependencies
Maintainers
0
Versions
39
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.8 to 1.1.9

plugins/AI-bing.js

6

index.js

@@ -15,2 +15,5 @@ import { FBDl } from './plugins/DL-facebook.js';

import { ANIwallpaper } from './plugins/ANI-wallpaper.js';
import { GptAi } from './plugins/AI-gpt4o.js';
import { BingAi } from './plugins/AI-bing.js';
import { BlackboxAi } from './plugins/AI-blackbox.js';

@@ -32,4 +35,7 @@ const nessid = {

ANIwallpaper,
GptAi,
BingAi,
BlackboxAi,
};
export default nessid;

11

package.json
{
"name": "neastooapi",
"version": "1.1.8",
"description": "Scraper Downloader Module",
"version": "1.1.9",
"description": "Scraper Module",
"main": "index.js",

@@ -35,3 +35,6 @@ "type": "module",

"otakudesu-api",
"blue-archive"
"blue-archive",
"chatgpt",
"blackbox",
"bing"
],

@@ -46,4 +49,4 @@ "author": "NeofetchNpc",

"dependencies": {
"axios": "1.7.4"
"axios": "^1.7.4"
}
}

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

// Stabile Version
+ Fix Tiktok Downloader
+ Fix All Downloaders
+ Add Ai Fiture
```

@@ -24,0 +25,0 @@

/*import nessid from './index.js';
nessid.ANIwallpaper('nakano miku')
nessid.GptAi('halo')
.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