Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
ember-popper-modifier
Advanced tools
An Ember modifier for working with Popper.js.
ember install ember-popper-modifier
This addon provides Ember modifiers that interfaces with the Popper.js library. It handles creating Popper instances as well as configuring them as options are updated.
Popper.js operates on two elements at the same time:
Two modifiers are provided, depending on which element you want to apply the modifier to and which you want to pass as a reference:
{{popper}}
is applied on the reference element and given the tooltip as an argument{{popper-tooltip}}
is applied on the tooltip element and passed the reference as an argumentAside from that difference, the modifiers are identical. Thus, the examples below will only show the usage of {{popper}}
; know that all of the same principles and options work for {{popper-tooltip}}
as well.
More information WIP.
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
An Ember modifier for working with Popper.js.
The npm package ember-popper-modifier receives a total of 4,509 weekly downloads. As such, ember-popper-modifier popularity was classified as popular.
We found that ember-popper-modifier demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.