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 2.3.0 to 2.4.0

3

CHANGELOG.md
# Changelog
## [2.4.0](https://github.com/ankurk91/vue-bootstrap-datetimepicker/compare/2.3.0...2.4.0)
- Fix UglifyJS issue
## [2.3.0](https://github.com/ankurk91/vue-bootstrap-datetimepicker/compare/2.2.0...2.3.0)

@@ -4,0 +7,0 @@ - New way to use as plugin, old is deprecated, see updated [example](https://github.com/ankurk91/vue-bootstrap-datetimepicker#as-plugin)

2

package.json
{
"name": "vue-bootstrap-datetimepicker",
"version": "2.3.0",
"version": "2.4.0",
"description": "Vue.js component for bootstrap-datetimepicker",

@@ -5,0 +5,0 @@ "main": "dist/vue-bootstrap-datetimepicker.min.js",

import component from './DatetimePicker.vue';
const DatetimePickerPlugin = {
install: (Vue, options) => {
install: function (Vue, options) {
Vue.component('date-picker', component);

@@ -6,0 +6,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