Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Ceaseless.js enhances the Less.js compiler.
It provides command line option --watch
, like the one in the SASS.
Less.js isn't easy to use. To compile some .less
file, you have to do this:
$ lessc foo.less > foo.css
But I'd prefer:
$ lessc foo.less # generate foo.css respectively
Besides, Less.js does not support fancy features like live compiling, Which I enjoyed alot whilst using the sass gem from the Ruby land.
So here's this npm module.
Just $ npm install -g ceaseless
, you are good to go.
To compile some less files
$ ceaseless assets/css/foo.less # compile single file
$ ceaseless assets/css/ # compile all *.less files under some dir
Go live
$ ceaseless --watch assets/css/ # watch for file modifications, creations or deletions
FAQs
Enhanced Less Compiler
The npm package ceaseless receives a total of 1 weekly downloads. As such, ceaseless popularity was classified as not popular.
We found that ceaseless 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.