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.
npm install --save bakan
import Bakan from 'bakan'
var $dom = document.getElementById('root')
var options = {
text: 'Lorem ipsum dolor sit amet',
step: 1,
period: 10,
space: 1,
color: 'white',
font: 'arial',
background: '#FFAA00',
opacity: 50
}
new Bakan($dom, options)
Type: String or Array
text: ['Lorem ipsum dolor sit amet', 'Quasi quis, facilis culpa omnis']
Text shown by Bakan marquee
Type: Integer
step: 1
Number of pixels moved each period
Type: Integer
period: 10
Time between each animation (Miliseconds)
Type: Integer
space: 10
Number of characters between each text secuence
Type: Hexa or String
color: 'blue'
Font color
Type: String
font: 'times new roman'
Font family
Type: Hexa
background: '#FF0000'
Background color
Type: Integer
Values: [ 0, 100 ]
opacity: '100'
Background opacity
FAQs
Javascript Marquee / Ticker implementation
The npm package bakan receives a total of 1 weekly downloads. As such, bakan popularity was classified as not popular.
We found that bakan 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.