Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-input-autosize

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-input-autosize - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "vue-input-autosize",
"version": "0.2.1",
"version": "0.2.2",
"description": "A simple Vue.js directive to autosize text input fields",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -13,2 +13,8 @@ # vue-input-autosize

**or** include the UMD build, hosted by [npmcdn](https://npmcdn.com) in a `<script>` tag:
```js
<script src="//npmcdn.com/vue-input-autosize"></script>
```
## Usage

@@ -27,4 +33,7 @@

### Why bind to `value` instead of using `v-model`?
Currently, there's no easy way to track changes to a `v-model` value from a directive. However, since the `value` property of a text field controls its content, and is also a valid parameter to watch for updates from the directive, we can dynamically bind to that instead.
## License
MIT © [Collin Henderson](https://github.com/syropian)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc