Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
css-namespace
Advanced tools
This utility takes a css file (input) and prefixes (namespaces) the css rules with a predefined selector
This utility takes a css file (input) and prefixes (namespaces) the css rules with a predefined selector.
I needed to add a selector to every single rule in a large CSS file post build. I couldn't find anything that did what I needed, so I built it!
You can run this by either installing this package as a dev dependency or by using npx.
npm install --save-dev css-namespace
You can then add a script to your package.json file to run the utility.
{
"scripts": {
"build-css": "css-namespace -i ./src/styles.css -s #app -w"
}
}
npx css-container -i ./src/styles.css -s #app -w
Argument | Alias | Type | Default Value | Description |
---|---|---|---|---|
verbose | v | Boolean | false | Enable verbose mode for detailed output. |
input | i | String | Specify the input file or data source. | |
selector | s | String | Define a selector for filtering data. | |
output | o | String | './output.css' | Specify the output file or destination. |
overwrite | w | Boolean | false | Overwrite the original css file (output is ignored) |
pretty | Boolean | false | Enable pretty formatting for the output data. |
FAQs
This utility takes a css file (input) and prefixes (namespaces) the css rules with a predefined selector
The npm package css-namespace receives a total of 1 weekly downloads. As such, css-namespace popularity was classified as not popular.
We found that css-namespace 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.