Socket
Socket
Sign inDemoInstall

vue-hotel-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-hotel-datepicker - npm Package Compare versions

Comparing version 2.7.1 to 2.7.5

11

package.json
{
"name": "vue-hotel-datepicker",
"version": "2.7.1",
"version": "2.7.5",
"description": "A responsive date range picker for Vue.js that displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more",

@@ -13,6 +13,9 @@ "author": "krystalcampioni <hello@krystalcampioni.com>",

"dev": "webpack-dev-server --inline --hot --open --config build/webpack.dev.conf.js",
"build": "export NODE_ENV=production rimraf dist && webpack --progress --hide-modules --config build/webpack.prod.conf.js",
"build": "rimraf dist && webpack --progress --hide-modules --config build/webpack.prod.conf.js",
"lint": "eslint */*.vue */*.js --quiet",
"test": "NODE_ENV=test mocha-webpack --webpack-config build/webpack.prod.conf.js tests/unit --recursive --require tests/setup.js --reporter nyan --exit"
"test": "ENV=test mocha-webpack --webpack-config build/webpack.prod.conf.js tests/unit --recursive --require tests/setup.js --reporter nyan --exit"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {

@@ -51,3 +54,3 @@ "type": "git",

"eslint-plugin-html": "^3.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",

@@ -54,0 +57,0 @@ "html-webpack-plugin": "^2.28.0",

@@ -5,2 +5,3 @@ [![Code Climate](https://codeclimate.com/github/krystalcampioni/vue-hotel-datepicker/badges/gpa.svg)](https://codeclimate.com/github/krystalcampioni/vue-hotel-datepicker/)

[![npm](https://img.shields.io/npm/dt/vue-hotel-datepicker.svg)](vue-hotel-datepicker)
[![Build Status](https://travis-ci.org/krystalcampioni/vue-hotel-datepicker.svg?branch=master)](https://travis-ci.org/krystalcampioni/vue-hotel-datepicker)

@@ -146,3 +147,3 @@ # vue-hotel-datepicker

## singleDateSelection
## singleDaySelection

@@ -149,0 +150,0 @@ - Type `boolean`

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