Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
vorpal-hacker-news
Advanced tools
Demo extension for Vorpal.js. This is used in the Vantage.js demo in tandem with vorpal-use
to demonstrate how to do a live import of a Vorpal extension.
npm install vorpal-hacker-news
npm install vorpal
// index.js
var Vorpal = require('vorpal')
, hn = require('vorpal-hacker-news')
;
var vorpal = Vorpal();
vorpal
.delimiter('node~$')
.use(hn)
.show();
$
$ node index.js
node~$
node~$ hacker-news --length 3
Pulling top 3 stories on Hacker News:
1. I Dont Believe in God, but I Believe in Lithium (nytimes.com)
171 points by pepys 11 hours ago | 64 comments
2. Running Lisp in Production (grammarly.com)
300 points by f00biebletch 15 hours ago | 98 comments
3. Philanthropy for Hackers (wsj.com)
53 points by petethomas 5 hours ago | 14 comments
node~$
$
$ vorpal 192.168.0.100:4000
websvr~$
websvr~$ use vorpal-hacker-news
Successfully installed vorpal-hacker-news
websvr~$
websvr~$ hacker-news --length 10
Pulling top 10 stories on Hacker News:
...
websvr~$
FAQs
Demo extension for Vorpal.js
We found that vorpal-hacker-news 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.