
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.
sheetify-custom-media
Advanced tools
A sheetify transform to add support for
W3C-style CSS custom media queries
syntax. Uses rework-custom-media to perform the transformation.
N.B. This is not a polyfill. This transform aims to provide a future-proof way of using a limited subset of the features provided by native CSS custom media queries.
npm install sheetify-custom-media
As a sheetify transform:
var media = require('sheetify-custom-media');
var sheetify = require('sheetify');
sheetify('path/to/my/index.css')
.transform(media())
.bundle();
Optionally, you may define the for each in a JavaScript object that is passed to the function.
var myQueries = {
map: {
'--wide-screen': 'screen and (min-width:900px)'
}
}
variables({map: myQueries});
A custom media query is defined with the @custom-media rule. Its scope is
global.
@custom-media <extension-name> <media-query-list>;
The <extension-name> can then be used in a media feature. The alias must be
wrapped in parentheses.
@custom-media --narrow-window screen and (max-width: 30em);
@media (--narrow-window) {
/* narrow window styles */
}
FAQs
Spec compliant CSS custom media query syntax for sheetify
The npm package sheetify-custom-media receives a total of 5 weekly downloads. As such, sheetify-custom-media popularity was classified as not popular.
We found that sheetify-custom-media 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.