
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.
@baianat/base.framework
Advanced tools
A solid base to establish your favorite websites with user experience in mind.
Inspired by the user's own experience needs, we decided to implement a design system to serve as a solid basis for very simple, yet elegant websites to deliver a complexity-free environment.
Using npm
npm install @baianat/Base.framework --save
#or using yarn
yarn add @baianat/Base.framework
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Base -->
<link rel="stylesheet" href="./@baianat/framework/dist/css/base.css">
<!-->Or if you want to use cssVar version <-->
<link rel="stylesheet" href="./@baianat/framework/dist/css/Base.cssvar.css">
<title>Base</title>
</head>
<body>
...
</body>
</html>
Add the following rule to the Webpack configuration file
{
test: /.styl$/,
loader: 'style-loader!css-loader!stylus-loader?resolve url'
}
In your main styling file app.styl
, before including the Base main file, make sure to add the needed variables, according to your customization preferences.
$margin = 2px
$red = #E13C31
@import "~@baianat/Base.framework/base"
Copyright (c) 2017 Baianat
FAQs
CSS framework based on Base design language
The npm package @baianat/base.framework receives a total of 9 weekly downloads. As such, @baianat/base.framework popularity was classified as not popular.
We found that @baianat/base.framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.