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.
tvpot library for Node.js
The unofficial module to crawl the content of the site. Therefore, whenever it may not be a normal operation, if problems occur, please add the issue.
var tvpot = require('./')
tvpot.search({
keyword: '런닝맨',
limit: 1,
page: 1
}, function (err, result) {
console.log(err, JSON.stringify(result))
})
{
"page": 1,
"limit": 1,
"keyword": "런닝맨",
"sort": "regdttm",
"items": [
{
"url": "http://tvpot.daum.net/clip/ClipView.do?clipid=73976309&q=%EB%9F%B0%EB%8B%9D%EB%A7%A8",
"title": "[1월 31일 예고] 상해 10인의 결사단! [런닝맨] 415회 20160124",
"thumb_url": "http://i1.daumcdn.net/thumb/C120x68/?fname=http://i1.daumcdn.net/svc/image/U03/tvpot_thumb/sa95aamJ9VIV9momj9mEoeA/thumb.png?t=1453629388759",
"duration": 1680
},
// ...
]
}
regdttm
playcnt
upcnt
daum-tvpot is licensed under the MIT license.
FAQs
tvpot library for Node.js
The npm package daum-tvpot receives a total of 2 weekly downloads. As such, daum-tvpot popularity was classified as not popular.
We found that daum-tvpot 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.