
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.
grunt-sass-lint
Advanced tools
npm install grunt-sass-lint --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-sass-lint');
grunt.initConfig({
sasslint: {
options: {
configFile: 'config/.sass-lint.yml',
},
target: ['location/\*.scss', 'other_location/\*.scss']
}
});
grunt.initConfig({
sasslint: {
options: {
configFile: 'config/.sass-lint.yml',
formatter: 'junit',
outputFile: 'report.xml'
},
target: ['location/*.scss']
}
});
See the sass-lint options.
In addition the following options are supported:
Type: string
Default: ``
Will fallback to .sass-lint.yml or the file location set at the "sasslintConfig" key inside of package.json
Type: string
Default: stylish
Changes the output format of the generated reports. See https://github.com/eslint/eslint/tree/master/lib/formatters for available formatters.
Type: string
Default: ``
Will save the generated output to disk instead of command line.
FAQs
Lint your sass using Node Sass Lint
The npm package grunt-sass-lint receives a total of 1,912 weekly downloads. As such, grunt-sass-lint popularity was classified as popular.
We found that grunt-sass-lint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.