Socket
Socket
Sign inDemoInstall

api-dylux

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-dylux - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

10

main.js

@@ -9,6 +9,8 @@ const ds = require('./index.js')

module.exports.tiktok2 = ds.TiktokDl
module.exports.Yta = ds.ytdown
module.exports.Ytv = ds.ytdown
module.exports.Yta2 = ds.yta
module.exports.Ytv2 = ds.ytv
module.exports.yta = ds.ytMp3
module.exports.ytv = ds.ytMp4
module.exports.yta2 = ds.ytdown
module.exports.ytv2 = ds.ytdown
module.exports.yta3 = ds.yta
module.exports.ytv3 = ds.ytv
module.exports.fbdl = ds.facebook

@@ -15,0 +17,0 @@ module.exports.Twitter = ds.Downloader

3

package.json
{
"name": "api-dylux",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -24,2 +24,3 @@ "main": "main.js",

"url": "^0.11.0",
"ytdl-core": "git+https://github.com/absidue/node-ytdl-core#temp-fix-11-08-2022",
"yt-search": "^2.10.3"

@@ -26,0 +27,0 @@ },

@@ -22,7 +22,7 @@ ## Penginstalan

// youtube
fg.Yta(url_youtube)
fg.yta(url_youtube)
.then(data => {console.log(data)
});
fg.Yta(url_youtube)
fg.ytv(url_youtube)
.then(data => {console.log(data)

@@ -120,2 +120,3 @@ });

const query_resep = 'bakwan'
const query_wall = 'Cyberpunk'

@@ -127,2 +128,7 @@ // pinterest

// wallpaperHd
fg.WallpaperHd(query_wall)
.then(data => {console.log(data)
});
// film

@@ -129,0 +135,0 @@ fg.Film(query_film)

Sorry, the diff of this file is too big to display

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