Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
vue-input-autowidth
Advanced tools
A Vue.js directive for adjusting a text input's width to fit its content.
A Vue.js directive for adjusting a text input's width to fit its content.
$ yarn add vue-input-autowidth
or
$ npm install --save vue-input-autowidth
It's also available on Unpkg: https://unpkg.com/vue-input-autowidth
import VueInputAutowidth from 'vue-input-autowidth'
Vue.use(VueInputAutowidth)
// and in your template...
<input
type="text"
v-autowidth="{maxWidth: '960px', minWidth: '20px', comfortZone: 0}"
v-model="name"
placeholder="Watch me change size with my content!"
/>
Type: String
Default: 'none'
The maximum width the input field will grow to.
Type: String
Default: 'none'
The minimum width the input field will shrink to.
Type: Number
Default: 0
The additional space in pixels to add to the far side of the input's content.
# To run the example
$ npm run example
# To run the tests
$ npm test
# To publish the dist file
$ npm run build
MIT © Collin Henderson
FAQs
A Vue.js directive for adjusting a text input's width to fit its content.
The npm package vue-input-autowidth receives a total of 7,394 weekly downloads. As such, vue-input-autowidth popularity was classified as popular.
We found that vue-input-autowidth demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.