Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@airbnb/lunar-icons
Advanced tools
Collection of Material design UI icons.
yarn add @airbnb/lunar-icons
Icons are grouped into the following categories: general
(common objects and symbols), interface
(user interface elements), and social
(companies and products). Icon names are prefixed with
"Icon" and can be imported from their category folder.
import IconCheck from '@airbnb/lunar-icons/lib/interface/IconCheck';
Icon components support the following props:
accessibilityLabel
(string) - Label to provide accessibility controls.decorative
(bool) - Icon is decorative only and does not require accessibility controls.size
(number | string) - Size of the icon (em
is preferred). Default is "1em".color
(string) - Custom CSS hexcode or name to color the icon SVG with.inline
(bool) - Display the component inline instead of block.
accessibilityLabel
ordecorative
is required, but not both.
FAQs
Icons for Lunar.
The npm package @airbnb/lunar-icons receives a total of 88 weekly downloads. As such, @airbnb/lunar-icons popularity was classified as not popular.
We found that @airbnb/lunar-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.