
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.
cistercian-numerals
Advanced tools
A collection of web components to display cistercian numerals
A collection of web components to display cistercian numerals.
<cistercian-number>
Use the value
attribute to specify the number you want to display:
<cistercian-number value="1972">
By default, it will display the image as a block.
If you want to display the number inside a paragraph of text, use the inline
attribute. It should be sized and aligned correctly with the text:
Some text <cistercian-number value="1972" inline> around the number.
By default, the line use the same color as the text. You can adjust the colors of the different lines with CSS custom properties:
cistercian-number {
--cistercian-color-0: #00000000; /* Color of the center line (always displayed) */
--cistercian-color-1: #0019a7dd; /* Color of the top line */
--cistercian-color-2: #751056dd; /* Color of the oblique NW-SE line */
--cistercian-color-3: #007229dd; /* Color of the bottom line */
--cistercian-color-4: #db241fdd; /* Color of the oblique NE-SW line */
--cistercian-color-5: #fdcd01dd; /* Color of the right line */
}
You can also adjut the width of the lines.
Use a pixel value between 1px and 3px
.
cistercian-number {
--cistercian-width: 2px;
}
By default, the height of a number is 1em
.
You can of course adjust this by changing the font-size:
cistercian-number {
font-size: 10em;
}
<cistercian-clock>
If you just want to display the current time (hours, minutes, seconds):
<cistercian-clock></cistercian-clock>
If you just want to display the current time but without seconds (hours, minutes):
<cistercian-clock no-seconds></cistercian-clock>
If you just want to display the current date and time (year, month, day, hours, minutes, seconds):
<cistercian-clock date></cistercian-clock>
FAQs
A collection of web components to display cistercian numerals
We found that cistercian-numerals 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.