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

neastooapi

Package Overview
Dependencies
Maintainers
0
Versions
21
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 0.1.11 to 0.1.12

plugins/DL-facebook.js

4

index.js

@@ -24,2 +24,3 @@ // Import fitur lainnya

import { tinyUrl } from './plugins/Tl-tinyurl.js';
import { facebookDl } from './plugins/DL-facebook.js';

@@ -49,3 +50,4 @@ // Ekspor semua fitur di sini

bStasionDl,
tinyUrl
tinyUrl,
facebookDl
};
{
"name": "neastooapi",
"version": "0.1.11",
"version": "0.1.12",
"description": "Scraper Module NSTID",

@@ -75,3 +75,6 @@ "main": "index.js",

"Web tools",
"Development tools"
"Development tools",
"whatsapp-api",
"js-whatsapp",
"whatsapp"
],

@@ -78,0 +81,0 @@ "author": "NeofetchNpc",

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

+ Fixx Result Module
+ Facebook Downloader
? Waifu Diffusion Ai - WIP

@@ -209,2 +210,17 @@ ? Text2Img Ai - WIP

11. Facebook Downloader
```js
import { facebookDl } from 'neastooapi';
(async () => {
try {
const url = 'https://www.facebook.com/share/p/example';
const data = await facebookDl(url);
console.log(data);
} catch (error) {
console.error('Error:', error.message);
}
})();
```
---------

@@ -211,0 +227,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