
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A simple module for getting and downloading paid books or PDF's for free. This module is based on Library Genesis and works by getting books straight from the portal. More features will be integrated soon.
const libgen = require('libgenesis');
The function returns a promise, Hence, you are to wait for response as below
libgen("book name here").then(function(books){
//do something with books
console.log(books);
}).catch(function(error){
//throw error
throw error;
})
[
{
id: '2348853',
title: 'From Cave Man to Cave Martian: Living in Caves on the Earth, Moon and Mars',
author: 'Manfred "Dutch" Von Ehrenfried',
language: 'English',
filesize: '13.32MB',
extension: 'pdf',
download: 'http://download.library1.org/main/2348000/31d6ee634d383579863137448c347b67/Manfred "Dutch" Von Ehrenfried - From Cave Man to Cave Martian: Living in Caves on the Earth, Moon and Mars-Springer Praxis Books (2019).pdf',
bookImage: 'http://library1.org/covers/2348000/31d6ee634d383579863137448c347b67-d.jpg' },
{
id: '2348854',
title: 'From Cave Man to Cave Martian: Living in Caves on the Earth, Moon and Mars',
author: 'Manfred "Dutch" Von Ehrenfried',
language: 'English',
filesize: '74.75MB',
extension: 'epub',
download: 'http://download.library1.org/main/2348000/b628824068dd80a12773e43e8fd93bac/Manfred "Dutch" Von Ehrenfried - From Cave Man to Cave Martian: Living in Caves on the Earth, Moon and Mars-Springer Praxis Books (2019).epub',
bookImage: 'http://library1.org/covers/2348000/b628824068dd80a12773e43e8fd93bac-d.jpg'
}
]
Hence you can do what you want with it. Thank You
FAQs
An API workaround the library genesis platform to enable query search
We found that libgenesis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.