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

vue-titlecase

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-titlecase - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/vue-titlecase.js

4

bower.json
{
"name": "vue-titlecase",
"description": "A Vue.js plugin providing the function and the filter to titlecase strings.",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [

@@ -29,4 +29,4 @@ "Vue.js",

"dependencies": {
"vue": "^1.0.7"
"vue": "^1.0.24"
}
}

@@ -92,3 +92,3 @@ // Gulp building scripts

"test:coverage",
// "webpack-dev",
"webpack-dev",
done);

@@ -101,4 +101,4 @@ });

"test:coveralls",
// "webpack-dev",
// "webpack",
"webpack-dev",
"webpack",
done);

@@ -105,0 +105,0 @@ });

{
"name": "vue-titlecase",
"description": "A Vue.js plugin providing the function and the filter to titlecase strings.",
"version": "0.2.0",
"version": "0.2.1",
"author": {

@@ -18,5 +18,3 @@ "name": "Haixing Hu",

},
"main": [
"src/vue-titlecase.js"
],
"main": "dist/vue-titlecase.min.js",
"configs": {

@@ -41,29 +39,28 @@ "directories": {

"devDependencies": {
"bower": "^1.5.3",
"bower-update-all": "^0.1.1",
"npm-check-updates": "^2.3.0",
"del": "^2.0.2",
"run-sequence": "^1.0.2",
"bower-webpack-plugin": "^0.1.8",
"gulp": "^3.8.10",
"gulp-util": "^3.0.6",
"webpack": "^1.12.2",
"mocha": "^2.0.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-firefox-launcher": "^0.1.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sauce-launcher": "^0.2.14",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-coverage": "^0.5.2",
"bower": "^1.7.9",
"bower-update-all": "^0.1.2",
"del": "^2.2.0",
"run-sequence": "^1.2.1",
"bower-webpack-plugin": "^0.1.9",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"webpack": "^1.13.1",
"mocha": "^2.5.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-safari-launcher": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.4",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2",
"karma-sourcemap-loader": "^0.3.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"phantomjs": "^1.9.18",
"istanbul": "^0.3.21",
"istanbul-instrumenter-loader": "^0.1.3",
"vue": "^1.0.7"
"phantomjs-prebuilt": "^2.1.7",
"istanbul": "^0.4.3",
"istanbul-instrumenter-loader": "^0.2.0",
"vue": "^1.0.24"
}
}
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