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 5.0.0 to 5.0.1

src/events.js

7

CHANGELOG.md
# Changelog
## 5.0.0
* Same as previous beta version but without beta dist tag
## [5.0.1](https://github.com/ankurk91/vue-bootstrap-datetimepicker/compare/5.0.0...5.0.1)
* Final version
## [5.0.0](https://github.com/ankurk91/vue-bootstrap-datetimepicker/compare/4.1.3...5.0.0)
* Same as previous beta version but without `beta` dist tag
## 5.0.0-beta.2

@@ -7,0 +10,0 @@ * Change export names

@@ -122,3 +122,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/component.vue?vue&type=template&id=8edab542&
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/component.vue?vue&type=template&id=cb93df46&
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.config.inline)?_c('div',{staticClass:"datetimepicker-inline"}):_c('input',{staticClass:"form-control",attrs:{"type":"text"}})}

@@ -128,3 +128,3 @@ var staticRenderFns = []

// CONCATENATED MODULE: ./src/component.vue?vue&type=template&id=8edab542&
// CONCATENATED MODULE: ./src/component.vue?vue&type=template&id=cb93df46&

@@ -142,2 +142,6 @@ // EXTERNAL MODULE: external {"commonjs":"jquery","commonjs2":"jquery","amd":"jquery","root":"jQuery"}

// CONCATENATED MODULE: ./src/events.js
// Events list without prefix
// http://eonasdan.github.io/bootstrap-datetimepicker/Events/
/* harmony default export */ var events = (['hide', 'show', 'change', 'error', 'update']);
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/component.vue?vue&type=script&lang=js&

@@ -149,4 +153,2 @@ //

//
//
//

@@ -159,6 +161,4 @@

// Events list without prefix
// http://eonasdan.github.io/bootstrap-datetimepicker/Events/
var events = ['hide', 'show', 'change', 'error', 'update'];
/* harmony default export */ var componentvue_type_script_lang_js_ = ({

@@ -399,3 +399,3 @@ name: 'date-picker',

/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Plugin", function() { return src_Plugin; });
/* concated harmony reexport */__webpack_require__.d(__webpack_exports__, "Component", function() { return src_component; });
/* concated harmony reexport Component */__webpack_require__.d(__webpack_exports__, "Component", function() { return src_component; });

@@ -402,0 +402,0 @@

{
"name": "vue-bootstrap-datetimepicker",
"version": "5.0.0",
"version": "5.0.1",
"description": "Vue.js date time picker component for bootstrap 4",

@@ -34,3 +34,3 @@ "main": "dist/vue-bootstrap-datetimepicker.js",

"dev": "cross-env NODE_ENV=development webpack-serve --config=webpack.config.dev.js",
"build": "cross-env NODE_ENV=production webpack --mode production",
"build": "cross-env NODE_ENV=production webpack --progress --mode production",
"prepublishOnly": "npm run test && npm run build"

@@ -42,4 +42,4 @@ },

"devDependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@vue/test-utils": "^1.0.0-beta.24",
"@fortawesome/fontawesome-free": "^5.3.1",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "^6.26.3",

@@ -52,16 +52,16 @@ "babel-loader": "^7.1.5",

"css-loader": "^1.0.0",
"file-loader": "^1.1.9",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.5.0",
"jest": "^23.6.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"style-loader": "^0.22.1",
"style-loader": "^0.23.0",
"unminified-webpack-plugin": "^2.0.0",
"vee-validate": "^2.1.0-beta.8",
"vee-validate": "^2.1.0-beta.9",
"vue": "^2.5.17",
"vue-jest": "^2.6.0",
"vue-loader": "^15.3.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.16.5",
"webpack-command": "^0.4.1",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-serve": "^2.0.2"

@@ -88,4 +88,5 @@ },

},
"collectCoverage": true
"collectCoverage": true,
"testURL": "http://localhost"
}
}

@@ -31,3 +31,3 @@ # Vue Bootstrap 4 DatetimePicker

* Emits all possible events
* Works with [vee-validate](https://github.com/logaretm/vee-validate) validation library
* Works with [vee-validate](https://github.com/logaretm/vee-validate) and other validation library

@@ -198,3 +198,3 @@ ## Requirements

<!-- This will cause date picker to freeze -->
<date-picker v-model="card" :config="{format: 'DD/MM/YYYY'}"></cleave>
<date-picker v-model="card" :config="{format: 'DD/MM/YYYY'}"></date-picker>
```

@@ -201,0 +201,0 @@ * Vue.js can not detect changes when literal object/arrays passed within template, [see](https://github.com/vuejs/vue/issues/4060)

Sorry, the diff of this file is not supported yet

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