Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
enonic-admin-artifacts
Advanced tools
Core rules and definitions for styles of Enonic applications.
npm install --save-dev enonic-admin-artifacts
Import the package from your .less
file:
@import '~enonic-admin-artifacts';
@import '../node_modules/enonic-admin-artifacts/index';
Since less compiler can't manage links to node_modules, relative path to index file is needed.
Among colors and mixins, enonic-admin-artifacts
package defines an important property @_COMMON_PREFIX
in prefix.less to set unique class names for some common classes from:
.@{_COMMON_PREFIX}button {}; // => .xp-admin-common-button {}
FAQs
Core rules and definitions for styles of enonic applications
The npm package enonic-admin-artifacts receives a total of 309 weekly downloads. As such, enonic-admin-artifacts popularity was classified as not popular.
We found that enonic-admin-artifacts demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.