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.
@myno_21/pinterest-scraper
Advanced tools
Lightweight & Easy to use pinterest scraper made with typescript.
$ npm install @myno_21/pinterest-scraper
import * as Pinterest from "@myno_21/pinterest-scraper";
import * as Pinterest from "@myno_21/pinterest-scraper";
(async () => {
await get();
})(); // Anonymous arrow function
async function get() {
const postId = "459156124515639652";
const response = await Pinterest.getPins(postId);
console.log(response);
}
{
tags: [
'Motivacional Quotes',
'Cute Quotes',
'Words Quotes',
'Best Quotes',
'Funny Quotes',
'2 Word Sayings',
'Motivational Short Quotes',
'Cute Short Quotes',
'Inspo Quotes'
],
post: 'https://i.pinimg.com/originals/68/a8/58/68a85891ccbac21aba585d1fc42a7ec8.jpg',
description: "When you feel low and unhappy, you create exactly that life, full of unhappy feelings, and this can be an emotional block, preventing you from manifesting your dreams. So let's dive into the topic of how you can create your own happiness.",
title: 'Just Create Your Own Happiness',
username: 'SheBeKrafty-Kelen┃Mental Health, Chronic Illness, Anxiety',
followers: '1k',
image: 'https://i.pinimg.com/75x75_RS/63/f0/ca/63f0ca7bb609c35149679b682b95d2eb.jpg',
comments: 45,
}
ISC
FAQs
Lightweight & Easy to use pinterest scraper made with typescript.
The npm package @myno_21/pinterest-scraper receives a total of 11 weekly downloads. As such, @myno_21/pinterest-scraper popularity was classified as not popular.
We found that @myno_21/pinterest-scraper 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
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.