
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
sass-theme-defaults
Advanced tools
Importable personal default classes and variables I use in my projects
Github Pages Demo. NPM Module Link.
Install to the project:
npm install --save sass-theme-defaults
Simply import at the top of a sass file to get going:
@import './node_modules/sass-theme-defaults/index.scss';
// Other Sass down here...
I'd highly suggest visiting the Github Pages Demo for the classes and variables. but here is a quick run down of all of them:
$standard - The dark color, should be used for things like font color
$sub-standard - The light-dark color, should be used for things like sub text
$inverse - The opposite of $standard. The light color, could be used for a page background color
$links - The light blue color. Should be used for links outside of the current page
$transparent-x - Available 'x' values are 25, 50, 75. A dark transparent color, could be used to darken the page when a sidebar opens.
$transparent-light-x - Available 'x' values are 25, 50, 75. A light transparent color, could be used to lighten parts of the page.
.center - centers a div or display: block element
.center-text - centers a div and its text elements
.center-children - centers a divs children horizontally and vertically
.center-children-horizontal - centers a divs children only horizontally
.center-children-vertical - centers a divs children only vertically
In HTML on an element:
<div class="center-text">
I am centered! 🖥️
</div>
Within Sass:
.my-awesome-class {
@extends .center
background-color: $standard;
}
Clone the project:
git clone https://github.com/torch2424/sass-theme-defaults.git
Install devDependencies:
npm install
Run the command: npm run build, to continuously see changes to the index.html in the docs folder. Sorry, but no livereload or watch is set up for this (Since it's just a simple little package).
FAQs
Personal default classes and variables I use in my projects
We found that sass-theme-defaults 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.

Research
A malicious package uses a QR code as steganography in an innovative technique.

Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.