Socket
Socket
Sign inDemoInstall

vue-bootstrap-datetimepicker

Package Overview
Dependencies
15
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.4.2

9

package.json
{
"name": "vue-bootstrap-datetimepicker",
"version": "2.4.1",
"version": "2.4.2",
"description": "Vue.js component for bootstrap-datetimepicker",
"main": "dist/vue-bootstrap-datetimepicker.min.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"repository": {

@@ -27,4 +27,5 @@ "type": "git",

"lint": "eslint --ext .js,.vue --fix src",
"dev": "node_modules/webpack-dev-server/bin/webpack-dev-server.js --config=webpack.config.dev.js",
"build": "node_modules/webpack/bin/webpack.js --hide-modules -p --progress"
"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"
},

@@ -31,0 +32,0 @@ "dependencies": {

@@ -36,3 +36,3 @@ # Vue-Bootstrap-DatetimePicker

## Usage
```vue
```html
<template>

@@ -132,10 +132,10 @@ <div>

* Clone this repo
* Make sure you have node-js >=6.10 and npm >=4.6.1
* Make sure you have node-js >=6.10 and yarn >=0.27.x
* Install dependencies
``
npm install
yarn install
``
* Run webpack dev server
``
npm run dev
yarn start
``

@@ -142,0 +142,0 @@ * This should open the demo page at ``http://localhost:8080``

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc