
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@extensionengine/stylelint-config
Advanced tools
This package provides Extension Engine's extensible Stylelint config.
Package contains two shared Stylelint configs:
This is default configuration supporting css, scss and Vue.
This is base configuration without Vue specific rules.
Use install-peerdeps
npx install-peerdeps -D @extensionengine/stylelint-config
or the classic way:
npm install --save-dev postcss-html postcss-scss stylelint @extensionengine/stylelint-config
@extensionengine/stylelint-config in your projectIn your local stylelint.config.js extend this configuration
'use strict';
module.exports = {
extends: '@extensionengine/stylelint-config'
};
If you don't need Vue you can use base configuration:
'use strict';
module.exports = {
extends: '@extensionengine/stylelint-config/base'
};
Check stylelint documentation for rules explanation.
If you are using this config in your project you can include this badge in a readme to let people know that your code is using it.
[](https://github.com/ExtensionEngine/stylelint-config)
FAQs
Extension Engine's Stylelint config
The npm package @extensionengine/stylelint-config receives a total of 86 weekly downloads. As such, @extensionengine/stylelint-config popularity was classified as not popular.
We found that @extensionengine/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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.