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.1 to 0.1.2

23

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

@@ -20,3 +20,5 @@ "license": "MIT",

"example": "vbuild --dev -e example",
"example:build": "vbuild -e example -t VueInputAutosize"
"example:build": "vbuild -e example -t VueInputAutosize",
"test": "karma start karma.conf.js --single-run true --auto-watch false",
"watch-test": "karma start karma.conf.js --single-run false --auto-watch true"
},

@@ -37,6 +39,21 @@ "main": "index.js",

"devDependencies": {
"babel-core": "^6.11.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-runtime": "^6.9.2",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"jasmine-core": "^2.4.1",
"karma": "^1.1.1",
"karma-browserify": "^5.1.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.26",
"phantomjs-prebuilt": "^2.1.7",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1"
"rollup-plugin-babel": "^2.6.1",
"vue": "^1.0.26",
"watchify": "^3.7.0"
}
}
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