
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
cssrecipes-custom-media-queries
Advanced tools
Some custom media queries shortcuts
$ npm install cssrecipes-custom-media-queries
@media (--viewport-max-s) {
/* rules here will be active when viewport will be <= "s" size */
}
@media (--viewport-min-s) {
/* rules here will be active when viewport will be > "s" size */
}
--viewport-max-s <= 30em--viewport-min-s > 30em--viewport-max-m <= 50em--viewport-min-m > 50em--viewport-max-l <= 65em--viewport-min-l > 65em--viewport-max-xl <= 80em--viewport-min-xl > 80emRequires nodejs
To generate a build:
npm run build
To generate the testing build.
$ npm run build-test
Basic visual tests are in test/index.html.
Work on a branch, install dev-dependencies, respect coding style & run tests before submitting a bug fix or a feature.
$ git clone https://github.com/cssrecipes/custom-media-queries.git
$ git checkout -b patch-1
$ npm install
$ npm test
FAQs
Some custom media queries shortcuts
The npm package cssrecipes-custom-media-queries receives a total of 58 weekly downloads. As such, cssrecipes-custom-media-queries popularity was classified as not popular.
We found that cssrecipes-custom-media-queries 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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.