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.1.2 to 0.1.3

2

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

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

@@ -13,11 +13,11 @@ # vue-input-autosize

Coming soon...
```js
import Vue from "vue";
import VueInputAutosize from "vue-input-autosize";
## Development
Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 });
```
Coming soon...
## License
## TODO
- [ ] Tests
- [ ] Improve the example
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