Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue2-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

vue2-datepicker - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

package.json

@@ -5,3 +5,3 @@ {

"main": "src/datepicker/index.vue",
"version": "1.0.1",
"version": "1.1.0",
"scripts": {

@@ -8,0 +8,0 @@ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",

@@ -5,3 +5,3 @@ export default {

'months': ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
'pickers': ['今天', '未来一周', '未来一个月', '最近一周', '最近一个月'],
'pickers': ['未来7天', '未来30天', '最近7天', '最近30天'],
'placeholder': {

@@ -15,3 +15,3 @@ 'date': '请选择日期',

'months': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
'pickers': ['today', 'next week', 'next month', 'last week', 'last month'],
'pickers': ['next 7 days', 'next 30 days', 'previous 7 days', 'previous 30 days'],
'placeholder': {

@@ -21,3 +21,3 @@ 'date': 'Select Date',

}
},
}
}
}
import Vue from 'vue'
import App from './App.vue'
new Vue({
new Vue({ // eslint-disable-line
el: '#app',
render: h => h(App)
})

@@ -44,3 +44,3 @@ var path = require('path')

noInfo: true,
port:9000
port: 9000
},

@@ -47,0 +47,0 @@ performance: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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