
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
org.webjars.bower:github-com-PolymerElements-iron-dropdown
Advanced tools
<iron-dropdown>
is a generalized element that is useful when you have
hidden content (dropdown-content
) that is revealed due to some change in
state that should cause it to do so.
Note that this is a low-level element intended to be used as part of other composite elements that cause dropdowns to be revealed.
Examples of elements that might be implemented using an iron-dropdown
include comboboxes, menubuttons, selects. The list goes on.
The <iron-dropdown>
element exposes attributes that allow the position
of the dropdown-content
relative to the dropdown-trigger
to be
configured.
<iron-dropdown horizontal-align="right" vertical-align="top">
<div slot="dropdown-content">Hello!</div>
</iron-dropdown>
In the above example, the <div>
assigned to the dropdown-content
slot will be
hidden until the dropdown element has opened
set to true, or when the open
method is called on the element.
_focusTarget
which was deprecated.neon-animation 2.0
doesn't import the Web Animations polyfill, so you'll have to import it (see example)class="dropdown-content"
to slot="dropdown-content"
FAQs
WebJar for iron-dropdown
We found that org.webjars.bower:github-com-PolymerElements-iron-dropdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.