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.
icomoon-scss-mixins
Advanced tools
Simple SCSS mixins to enable working with IcoMoon icon sets in a little more performant way, whilst also being easier to use.
This module is on npm, so feel free to grab from there:
$ npm i icomoon-scss-mixins
// import the mixins to your project SCSS setup
@import '../node_modules/icomoon-scss-mixins/scss/mixins.scss';
// define the name of your font, the path to your font, and the icons
@include icomoon('my-fonts', '../fonts/my-fonts', (
arrow-right: "\e900",
arrow-left: "\e901"
// etc...
))
The path to your font should be the path to the icomoon resources (eot, svg, ttf, woff), just without any of the extensions provided (as they'll be loaded automatically).
FAQs
Small mixin utilities for using IcoMoon sets with SCSS
The npm package icomoon-scss-mixins receives a total of 1 weekly downloads. As such, icomoon-scss-mixins popularity was classified as not popular.
We found that icomoon-scss-mixins 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.
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.