
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-variables
Advanced tools
A sheetify transform to add support for W3C-style CSS variables syntax
A sheetify transform to add support for
W3C-style CSS variables syntax.
Uses rework-vars 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 variables.
npm install sheetify-variables
As a sheetify transform:
var variables = require('sheetify-variables');
var sheetify = require('sheetify');
sheetify('path/to/my/index.css')
.transform(variables({preserve: true}))
.bundle();
Optionally, you may pass an object of variables to the JavaScript function.
var myVars = {
'app-bg-color': 'white'
};
variables({map: myVars});
Setting preserve to true will preserve the variable definitions and references in the output, so that they can be used by supporting browsers.
variables({preserve: true});
FAQs
A sheetify transform to add support for W3C-style CSS variables syntax
The npm package sheetify-variables receives a total of 12 weekly downloads. As such, sheetify-variables popularity was classified as not popular.
We found that sheetify-variables 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.