
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.
@brevio/icons
Advanced tools
This is the @brevio/icons library v3, consisting of the iconography elements used in our frontend components/design.
This is the @brevio/icons library v3, consisting of the iconography elements used in our frontend components/design.
npm install @brevio/icons
import { Icons } from "@brevio/icons";
<Icons.Hamburger size="xl" active inverted ref={myRefHook} />;
Until the redesign is fully implemented, we will be using both v2 and v3 versions of the @brevio/icons
package concurrently. This is achieved using npm package aliasing, for example in package.js
:
"dependencies": {
"@brevio/icons": "^2.0.0",
"@brevio/icons-v3": "npm:@brevio/icons@^3.0.0"
}
and then
import { Icons } from "@brevio/icons";
import { Icons as IconsV3 } from "@brevio/icons-v3";
Currently, due to the large amount of icons, src/icons/components
is generated using the SVGR tool that turns the raw svg files in svg/icons
into React components, using the template svgr/template.js
.
All the SVGR processing is configured in package.js
, field svgr
.
This process can be run with npm run build:icons
.
package.json
npm i
to update package-lock.json
npm run build
to buildgit commit -am "<commit message>"
git tag -a v3.<minor>.<patch> -m "<release message>"
git push --tags origin
npm publish --access public
FAQs
This is the @brevio/icons library v3, consisting of the iconography elements used in our frontend components/design.
The npm package @brevio/icons receives a total of 0 weekly downloads. As such, @brevio/icons popularity was classified as not popular.
We found that @brevio/icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.