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.
Get ES6 modules or JSON files from CSS/SCSS/LESS/other styles using PreJSS
Command-Line Interface (CLI) interface for converting CSS/SCSS/LESS/other files to ES6 modules or to JSON files using any PreJSS parser and config.
# Convert CSS file to JSON in current directory
prejss-cli -f json source.css --pretty
# Convert CSS file to ES6 in current directory
prejss-cli source.css
# Convert all CSS in specified directory to ES6 in ./examples/dist
prejss-cli examples/src --out-dir ./examples/dist
# Convert CSS in specified directory to ES6 in the same directory
# using specified parser (which should be installed as prejss-NAME-parser package)
prejss-cli examples/src --parser postcss
# Convert SCSS files only in specified directory to ES6 in ./dist
# using specified parser and config
prejss-cli src/**/*.scss --parser postcss --out-dir ./dist \
--config plugins=postcss-import,postcss-simple-vars,postcss-sassy-mixins
FAQs
Get ES6 modules or JSON files from CSS/SCSS/LESS/other styles using PreJSS
The npm package prejss-cli receives a total of 2,606 weekly downloads. As such, prejss-cli popularity was classified as popular.
We found that prejss-cli 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.