
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.
@atb-as/generate-assets
Advanced tools
@atb-as/generate-assets
Format:
Usage: npx @atb-as/generate-assets [options] <type> <orgId>
Arguments:
type Type of assets to generate (choices: "colors", "all", "mono")
orgId Generate for specific organization (choices: "atb", "nfk", "fram", "troms", "innlandet", "vkt", "farte")
Options:
-o, --out-dir <output> Output directory
-d, --debug Log all files generated (default: false)
-nm, --no-generate-mono-theme Ignore generating themed mono-icons, but keep general mono icons.
-g, --glob [glob] Pass in custom glob for matching files. (default: "**/*.{svg,png,jpg,jpeg,ico}")
-h, --help display help for command
As a local dependency
npm install -D @atb-as/generate-assets
# Run locally installed bin
npx generate-assets -h
ts
/js
:import { generateAssets } from '@atb-as/generate-assets';
// This line will copy assets for selected orgId to selected destinationDirectory
generateAssets(
assetType: AssetTypes,
orgId: ThemeVariant,
destinationDirectory: string,
opts: Options = defaultOpts,
)
// Where options are:
type Options = {
generateMonoTheme?: boolean;
onlyOutputMono?: boolean;
patterns?: string | readonly string[];
};
const defaultOpts: Options = {
generateMonoTheme: true,
onlyOutputMono: false,
};
FAQs
OOS Design System generate-assets
The npm package @atb-as/generate-assets receives a total of 346 weekly downloads. As such, @atb-as/generate-assets popularity was classified as not popular.
We found that @atb-as/generate-assets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.