
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ember-popup-component
Advanced tools
Simple popup/dropdown component for ember.js (no styles, no libs).
ember install ember-popup-component
<Popup class='x-left y-bottom' as |popup|>
<popup.Trigger title="trigger">
TRIGGER
</popup.Trigger>
<popup.Content>
CONTENT
</popup.Content>
</Popup>
where returned Popup
is a hash of:
Trigger
{element} - toggles popup show/hide.Content
{element} - wrapper over popup content.Modal
{element} - wrapper over popup content with class modal
;opened
{boolean} - popup opened stateopenPopup
{function} - open popup functionclosePopup
{function} - close popup functiontogglePopup
{function} - toggle popup functioncontentEl
{HTMLElement} - reference to popup's content elementtriggerEl
{HTMLElement} - reference to popup's trigger elementThere are optional CSS classes to manage popup's content position:
['x-left', 'x-center', 'x-right', 'y-top', 'y-center', 'y-bottom']
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
Simple popup component for emberjs
The npm package ember-popup-component receives a total of 0 weekly downloads. As such, ember-popup-component popularity was classified as not popular.
We found that ember-popup-component 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.