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.0-beta to 1.1.1-beta

2

package.json
{
"name": "azlyrics-scrape-api",
"version": "1.1.0-beta",
"version": "1.1.1-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",

@@ -9,3 +9,3 @@ # AZLYRICS LYRIC SCRAPER

```
npm i azlyrics-lyric-scraper
npm i azlyrics-scrape-api
```

@@ -16,5 +16,5 @@

//CommonJS
const azlyrics = require("azlyrics-lyric-scraper");
const azlyrics = require("azlyrics-scrape-api");
//ES Module
import azlyrics from 'azlyrics-lyric-scraper';
import azlyrics from 'azlyrics-scrape-api';
```

@@ -26,3 +26,3 @@

(async()=>
const azlyrics = require("azlyrics-lyric-scraper");
const azlyrics = require("azlyrics-scrape-api");

@@ -29,0 +29,0 @@ let res1 = await azlyrics.searchSong('Mou Sukoshi Dake Yoasobi')

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