
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@fleet-sdk/babel-fees-plugin
Advanced tools
Fleet SDK plugin and utility functions for Babel Fees.
npm install @fleet-sdk/babel-fees-plugin
const tx = new TransactionBuilder(height)
.from(inputs)
// Use extend method to extend the transaction builder with plugins.
.extend(
// In this case, BabelSwapPlugin will swap the specified token
// amount for ERG, based on token price, and make it available.
// for use in the transaction.
BabelSwapPlugin(babelBox, {
tokenId: "03faf2cb329f2e90d6d23b58d91bbb6c046aa143261cc21f52fbe2824bfcbf04",
amount: "2" // amount of token units you want to swap for ERG
})
)
// BabelSwapPlugin will make swapped ERG available for use in any
// point of the transaction, in this example, we are using it to
// pay the mining fee and sending the excess to the change address.
.payMinFee()
.sendChangeTo(changeAddress)
.build();
FAQs
Babel Fees plugin for Fleet SDK.
We found that @fleet-sdk/babel-fees-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.