Socket
Socket
Sign inDemoInstall

vue-bootstrap-datetimepicker

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-bootstrap-datetimepicker - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

.travis.yml

2

CHANGELOG.md

@@ -7,3 +7,3 @@ # Changelog

* Fix: use as plugin
* chore: generate two dist file
* chore: generate two dist file, it means bower no longer supported.

@@ -10,0 +10,0 @@ ## [3.1.1](https://github.com/ankurk91/vue-bootstrap-datetimepicker/compare/3.1.0...3.1.1)

{
"name": "vue-bootstrap-datetimepicker",
"version": "3.1.2",
"version": "3.1.3",
"description": "Vue.js component for bootstrap-datetimepicker",

@@ -25,7 +25,8 @@ "main": "dist/vue-bootstrap-datetimepicker.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node ./node_modules/jest/bin/jest.js",
"lint": "eslint --ext .js,.vue --fix src",
"start": "npm run dev",
"dev": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config=webpack.config.dev.js",
"build": "node ./node_modules/webpack/bin/webpack.js --hide-modules -p --progress"
"build": "node ./node_modules/webpack/bin/webpack.js --hide-modules -p --progress",
"prepublishOnly": "npm run test && npm run build"
},

@@ -44,2 +45,4 @@ "dependencies": {

"html-webpack-plugin": "^2.30.1",
"jest": "^21.2.1",
"jest-vue": "^0.7.2",
"jquery": "^3.2.1",

@@ -52,2 +55,3 @@ "style-loader": "^0.18.2",

"vue-template-compiler": "^2.4.2",
"vue-test-utils": "^1.0.0-beta.1",
"webpack": "^3.5.3",

@@ -62,3 +66,18 @@ "webpack-dev-server": "^2.7.1"

"npm": ">= 3.0.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"jsx",
"node",
"vue"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
},
"mapCoverage": true,
"collectCoverage": true
}
}

@@ -8,2 +8,4 @@ # Vue-Bootstrap-DatetimePicker

[![license](https://img.shields.io/github/license/ankurk91/vue-bootstrap-datetimepicker.svg?maxAge=1800)](https://yarnpkg.com/en/package/vue-bootstrap-datetimepicker)
[![build-status](https://travis-ci.org/ankurk91/vue-bootstrap-datetimepicker.svg?branch=master)](https://travis-ci.org/ankurk91/vue-bootstrap-datetimepicker)
[![codecov](https://codecov.io/gh/ankurk91/vue-bootstrap-datetimepicker/branch/master/graph/badge.svg)](https://codecov.io/gh/ankurk91/vue-bootstrap-datetimepicker)

@@ -10,0 +12,0 @@ Vue.js v2.x component for [eonasdan-bootstrap-datetimepicker](http://eonasdan.github.io/bootstrap-datetimepicker/)

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