
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@iconstorm/lol-element
Advanced tools
A base class for creating Web Components like you know what you're doing
A base class for creating Web Components like you know what you're doing
TODO
(hint: hide verbose/advanced stuff and/or further explanations inside "toggles" and the end of each section, à la Josh Comeau)
import { LOL, html, css } from 'lol-element/lol.js'
class HelloWorld extends LOL {
static attributes = [
{ name: 'with-exclamation-mark', boolean: true }
]
static get styles () {
return css`
:host { font-size: 300%; }
`
}
template () {
return html`
<span>Hello World${this.withExclamationMark ? '!' : ''}</span>
`
}
}
customElements.define('lol-hello-world', HelloWorld)
shadowOptions
styles
attributes
template()
constructor()
connectedCallback()
disconnectedCallback()
attributeChangedCallback()
changed()
{propertyName}Changed()
render()
emit()
LOL
LOLElement
css
html
*svg
*flavors (view layer)
https://www.urbandictionary.com/define.php?term=lol (4)
used to make something sound less serious or more of a joke even if it's not. similarly used: haha, lmao, lmfao
are you okay?
yeah lol
ur not mad right?
no lol
🍩
FAQs
A base class for creating Web Components like you know what you're doing
The npm package @iconstorm/lol-element receives a total of 3 weekly downloads. As such, @iconstorm/lol-element popularity was classified as not popular.
We found that @iconstorm/lol-element demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.