Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
porn-for-life
Advanced tools
Get information about a pornstar, get pictures, videos and many more!
$ npm install porn-x
import { Client, BaseCollection } from "porn-x";
const client = new Client(); // Creating a new instance.
(async () => {
const result = await client.getGif("Alison Tyler");
console.log(result);
})();
{
results: 75,
gifs: [
'https://dl.phncdn.com/gif/13476792.gif',
'https://dl.phncdn.com/gif/16197072.gif',
'https://el.phncdn.com/gif/32148161.gif',
'https://dl.phncdn.com/pics/gifs/029/516/581/(m=ldpwiqacxtE_Ai)(mh=WDU8edZ52bgTD0TY)29516581b.gif',
'https://dl.phncdn.com/gif/10401922.gif',
'https://dl.phncdn.com/gif/18181001.gif',
'https://dl.phncdn.com/pics/gifs/005/197/841/(m=ldpwiqacxtE_Ai)(mh=o5QbIuPPL5aMG9f-)5197841b.gif',
'https://el.phncdn.com/gif/24686431.gif',
'https://el.phncdn.com/pics/gifs/004/840/191/(m=ldpwiqacxtE_Ai)(mh=WDL7dBDbwwy_yCB2)4840191b.gif',
'https://dl.phncdn.com/pics/gifs/024/683/181/(m=ldpwiqacxtE_Ai)(mh=v3b6Q28pvBaBPuAy)24683181b.gif',
'https://el.phncdn.com/pics/gifs/005/798/351/(m=ldpwiqacxtE_Ai)(mh=t-dUEfFNVKC5tJ33)5798351b.gif',
]
... 30 more items
}
Using commonJS but still want to use the module? It's easy. You only have to install a single module which is fix-esm.
require("fix-esm").register();
// Your code will actually begin from here.
const { Client, BaseCollection, Platform } = require("porn-x");
const collection = new BaseCollection();
// Rest is just the same as esm.
(async () => {
const wallpapers = await getWallpaper("Alison Tyler");
console.log(wallpapers);
})();
async function getPictures(query) {
const data = await client.getPictures("Alison Tyler");
return data;
}
async function getWallpaper(query) {
const result = collection.getWallpaper(query);
return result;
}
FAQs
Get information about a pornstar, get pictures, videos and many more!
The npm package porn-for-life receives a total of 2 weekly downloads. As such, porn-for-life popularity was classified as not popular.
We found that porn-for-life demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.