
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
the-new-css-reset
Advanced tools
A package that resets some of the default, user agent based, styles.
It doesn't affect the display
property and special HTML elements like iframe
, canvas
, img
, svg
and video
.
This package is using the new CSS features:
unset
and revert
keywords.all
which can reset all properties combined.:where()
pseudo-class to remove specificity.:not()
pseudo-class with multi arguments.This package is built with the understanding that we don’t want to use default styles we are getting from the browsers, except for the display
property.
Run npm i the-new-css-reset
OR Download the Latest Version.
Once installed, you can use it in two different ways:
/css/reset.css
before the regular styles of the project.import "the-new-css-reset/css/reset.css";
You can revert to the default styles of the browser!
For example:
input[type="checkbox"],
input[type="radio"] {
all: revert;
}
or all input elements:
input,
textarea,
select {
all: revert;
}
To keep your website accessible, don't forget to take care of the :focus
states.
:focus { /* focus styles */ }
/* or/and */
:focus-visible { /* keyboard only focus styles */ }
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
88+ ✔ | 88+ ✔ | 84+ ✔ | 14+ ✔ | 75+ ✔ | 15+ ✔ |
FAQs
the new CSS reset, using new css features
The npm package the-new-css-reset receives a total of 11,002 weekly downloads. As such, the-new-css-reset popularity was classified as popular.
We found that the-new-css-reset 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.