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

azlyrics-scrape-api

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azlyrics-scrape-api - npm Package Compare versions

Comparing version 1.1.1-beta to 1.1.2-beta

9

index.js

@@ -59,3 +59,3 @@ let cheerio = require('cheerio');

module.exports = async function searchSong(q) {
let searchSong = async(q) => {
//THIS FUNC. IS FOR GETTING THE COOKIES AND AVAILABLE SERVERS & IP'S TO BE USED ON REQ.

@@ -78,3 +78,3 @@ let {proxy_list,cookie} = await getConfig()

module.exports = async function getLyrics(url) {
let getLyrics = async(url) => {
let {proxy_list,cookie} = await getConfig()

@@ -101,1 +101,6 @@ let formData = {

}
module.exports = {
getLyrics,
searchSong
}
{
"name": "azlyrics-scrape-api",
"version": "1.1.1-beta",
"version": "1.1.2-beta",
"description": "AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.",

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

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