
Research
Malicious NuGet Packages Typosquat Nethereum to Exfiltrate Wallet Keys
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
@ultimaker/stylelint-config
Advanced tools
This package contains mostly sane linting rules for both CSS and SCSS files for Ultimaker web-based projects.
These linting rules are set up to allow the writing of consistent, readable, and simple CSS or SCSS.
To use these linting rules, create a file called .stylelintrc.js
in the root
of your project.
To lint CSS files, add the following:
module.exports = {
extends: "@ultimaker/stylelint-config"
};
To lint SCSS files, add the following:
module.exports = {
extends: "@ultimaker/stylelint-config/scss"
};
To publish a new version run npm version
with the appropriate parameters (see
npm-version). This will update
package.json
for you, commit it and create an annotated tag. After pushing, CI
will pick this up and automatically publish to the npm registry. Next go to
releases on GitHub and
document the changes.
The following example will bump the minor version number.
$ npm version minor
$ git push --follow-tags
Note: This version will be published as soon as your changes are merged to
master
.
The following example will explicitly set the version to 1.0.0-alpha.4
.
$ npm version 1.0.0-alpha.4
$ git push --follow-tags
Note: This version will be published to the npm registry while you are still working on your branch.
Note: Alpha versions cannot be bumped automatically using
npm version
.
FAQs
Mostly sane Stylelint rules for Ultimaker web-based projects
The npm package @ultimaker/stylelint-config receives a total of 426 weekly downloads. As such, @ultimaker/stylelint-config popularity was classified as not popular.
We found that @ultimaker/stylelint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.