
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@mutt/widget-financial
Advanced tools
Mutt Forms Vue widget for entering a currency value
The financial widget accepts the following options:
option | type | description | default |
---|---|---|---|
min | String | The minimum number allowed | '0' |
max | String | The maximum number allowed | null |
step | String | The default increment when using the up/down keys | '1' |
currencySymbol | String | HTML encoded currency symbol | '£' |
currencyStart | Boolean | When true the currency symbol is placed to the left of the input field. When false it is placed to the right | true |
The following example sets the min and max to 0 and 2500 respectively, the step to 10, the currency symbol to the Euro, and the currency position to the right of the input.
value: {
label: null,
max: '2500',
min: '0',
step: '10',
natural: {
allowZero: true,
prefix: 'I paid €',
suffix: '.',
title: 'How much did you pay?',
trigger: '',
},
currencySymbol: '€',
currencyStart: false,
widget: 'naturalfinancial',
},
FAQs
Mutt Forms Widget - Financial number Input
The npm package @mutt/widget-financial receives a total of 1 weekly downloads. As such, @mutt/widget-financial popularity was classified as not popular.
We found that @mutt/widget-financial demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.