
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-css-mqpacker
Advanced tools
Pack same media query rules into one media query rule using CSS MQPacker.
Pack same media query rules into one media query rule using CSS MQPacker.
This plugin requires Grunt ~0.4.2
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
$ npm install grunt-css-mqpacker --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-css-mqpacker');
In your project's Gruntfile, add a section named css_mqpacker to the data object passed into grunt.initConfig().
grunt.initConfig({
css_mqpacker: {
main: {
options: {
map: true
},
expand: true,
cwd: 'src/css/',
src: '*.css',
dest: 'dest/css/'
}
},
});
Running $ grunt css_mqpacker with these options will pack media queries in src/css/*.css with inline source maps, and output to dest/css/*.css.
The task options are the same as second argument of PostCSS process() method. With these options, you can create or update source maps. For more information, please read the PostCSS document.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
FAQs
Pack same media query rules into one media query rule using CSS MQPacker.
The npm package grunt-css-mqpacker receives a total of 38 weekly downloads. As such, grunt-css-mqpacker popularity was classified as not popular.
We found that grunt-css-mqpacker 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.

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.