
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.
@scania/typography
Advanced tools
This package has been deprecated and is no longer actively maintained.
Why is this package deprecated?
This package has reached the end of its development lifecycle, and we have decided to discontinue active support and updates for it. We recommend that you consider alternative solutions for your project to ensure ongoing compatibility, security, and stability.
Recommended Alternatives
We suggest exploring the Tegel Design System, which is the successor of SDDS and is actively maintained:
What should you do now?
Migrate to an alternative package: We strongly encourage you to transition to one of the recommended alternatives mentioned above by following their documentation and migration guides on npm, SDDS -> TDS migration guide and Tegel installation on the official Tegel website.
Remove the deprecated package: You can safely remove this package from your project once you have successfully migrated to an alternative solution.
Thank You!
We appreciate your support and use of this package. If you have any questions or need further assistance with the deprecation process or migration, feel free to reach out to us by creating an issue in our GitHub repository or contacting Development support channel in Teams.
Again, thank you for being a part of our community, and we hope the recommended alternatives serve your needs effectively.
*Last Updated: October 23rd 2023
This package contains both SCSS and CSS files available
> npm i @scania/typography
See all available tokens in Tegel Design System
// style.scss
// you need to have sass compiler in your application
@import '~node_modules/@scania/typography/dist/scss/mixins';
@import '~node_modules/@scania/typography/dist/scss/tokens';
// use Tegel mixin type-style(token-name) to add specific token properties
.my-headline {
@include type-style('headline-01');
}
// Result for code above:
.my-headline {
font-family: "Scania Sans Headline", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10rem;
line-height: 10rem;
letter-spacing: 0em;
}
// OR
// use in HTML as a class
//.sdds-{token-name}
<p class="sdds-headline-01">
This is a headline
</p>
FAQs
Scania Digital Design System Typography
The npm package @scania/typography receives a total of 95 weekly downloads. As such, @scania/typography popularity was classified as not popular.
We found that @scania/typography demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers 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.