
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@lego/stylelint-config
Advanced tools
@lego/stylelint-config as a globally installed module$ npm install --save-dev @lego/stylelint-config
This package includes the following complete and ready to use configurations:
@lego/stylelint-config - Base config@lego/stylelint-config/src/configurations/css - Base config + css specific rules@lego/stylelint-config/src/configurations/scss - Base config + scss specific rulesadd any above configuration in your stylelint.config.js file
module.exports = {
extends: '@lego/stylelint-config/src/configurations/scss.js',
rules: {
// your overrides or custom rules here
},
};
or if you prefer the json formatted .stylelintrc file:
{
"extends": "@lego/stylelint-config/src/configurations/scss.js",
"rules": {
// your overrides or custom rules here
}
}
NOTE: Avoid extending multiple complete configs as it can cause unexpected results, if you need to do this you should consider a piecemeal config as explained below.
Stylelint configuration is broken apart in the ./src/rules folder, containing Stylelint's rules and rules for specific Stylelint plugins.
f.ex: the full set of Stylelint rules (./src/rules/eslint) are broken into categories that mirror Stylelint's documentation.
|-- src
| |-- configurations
| | |-- base.js
| | |-- css.js
| | |-- scss.js
| |-- rules
| | |-- stylelint-declaration-block-no-ignored-properties.js
| | |-- stylelint-no-unsupported-browser-features.js
| | |-- stylelint-order.js
| | |-- stylelint-scss.js
| | |-- stylelint
| | |-- limit-language-features.js
| | |-- possible-errors.js
| | |-- stylistic-issues.js
Due to an issue with Stylelint, config extension cannot be called from a globally installed (npm install -g stylelint) stylelint.
Disallow property values that are ignored due to another property value in the same rule.
disallow features that aren't supported by your target browser audience
A plugin pack of order related linting rules for stylelint. Every rule support autofixing (stylelint --fix).
FAQs
LEGO shareable stylelint config for css and scss projects
The npm package @lego/stylelint-config receives a total of 11 weekly downloads. As such, @lego/stylelint-config popularity was classified as not popular.
We found that @lego/stylelint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.