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.
sierralibrary-dart
Advanced tools
The smallest and lightest scss library
(https://github.com/sierra-library/sierra). I take no credit for this whatsoever, I just wanted to make the breaking chnages right again.
This is a micro SCSS library to help you build websites
✓ Only 32.9 kB (8.2 kB gzipped)
✓ Modular
✓ Customize colors, borders, radius & sizes
✓ Responsive
✓ Uses dart-sass/sass
Using npm
npm install sierraLibrary-Dart --save-dev
In sass files (recommended)
@import 'sierraLibrary-Dart/src/index';
or directly in your html
<link rel="stylesheet" href="dist/sierra.min.css">
If you want to customize Sierra library's theme, create your own custom-settings
file and add it just before importing sierra files:
@import 'custom-settings';
@import 'sierraLibrary-Dart/lib/index';
This custom-settings.scss
file should contain all those SCSS variables you want to overwrite:
$c-primary: #3498db;
$c-secondary: #2ecc71;
$fz-base: 18px;
Are you using Sierra Library in your awesome project too? drop us an email.
I plan on updating some of the dependencies. Improving some of the code based on DART-SASS Reducing the filesize further
Original made by Joan Claret (@dpam23) and contributors | This library is licensed under the GNU General Public License v2.0.
This version updated by Darren Mackintosh (takuhii@gmail.com).
FAQs
The smallest and lightest scss library
The npm package sierralibrary-dart receives a total of 679 weekly downloads. As such, sierralibrary-dart popularity was classified as not popular.
We found that sierralibrary-dart 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
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.