Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
linkedin-client
Advanced tools
Linkedin HTTP client to retrieve data about individuals or companies
This package allows to fetch data about individuals or companies on Linkedin.
You can try out the tool on my personal server here. Remember this is only a showcase interface.
npm i linkedin-client
You need your Linkedin cookie called "li_at". This way, requests will be sent on your behalf.
const LinkedinClient = require('linkedin-client');
(async () => {
const client = new LinkedinClient('YOUR_LINKEDIN_COOKIE');
const data = await client.fetch('https://www.linkedin.com/in/williamhgates/');
console.log(data);
})();
If you want to retrieve people details :
node src/cli.js https://www.linkedin.com/in/williamhgates/
Or if you want to retrieve company information :
node src/cli.js https://www.linkedin.com/company/microsoft/
npm test
If you want to run the web interface on you own, you can do as follows :
git clone https://github.com/Cooya/Linkedin-Client.git linkedin-client
cd linkedin-client
npm install
npm run build
echo "module.exports = { cookie: 'YOUR_LINKEDIN_COOKIE' };" > config.js
npm start
FAQs
Linkedin HTTP client to retrieve data about individuals or companies
The npm package linkedin-client receives a total of 28 weekly downloads. As such, linkedin-client popularity was classified as not popular.
We found that linkedin-client 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.