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

react-mobile-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mobile-datepicker - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

CHANGELOG.md

@@ -0,1 +1,7 @@

v1.0.5 - Thu, 23 Jun 2016 13:37:16 GMT
--------------------------------------
-
v1.0.4 - Thu, 23 Jun 2016 13:34:36 GMT

@@ -2,0 +8,0 @@ --------------------------------------

2

package.json
{
"name": "react-mobile-datepicker",
"version": "1.0.4",
"version": "1.0.5",
"description": "一个移动端时间选择器react组件",

@@ -5,0 +5,0 @@ "main": "./dist/mobile-datepicker.js",

@@ -10,3 +10,4 @@ # react-mobile-datepicker

Using [npm](https://www.npmjs.com/):
$ npm install react-mobile-datepicker --save
`$ npm install react-mobile-datepicker --save`
然后,使用模块加载工具流,支持common.js或ES2015模块,例如[webpack](https://github.com/webpack/webpack)

@@ -41,3 +42,4 @@

isOpen={true}
startDate={new Date()}
startDate={today}
minDate={minDate}
onCancel={() => { isOpen = false; }}

@@ -44,0 +46,0 @@ onSelect={(time) => { console.log(time); }} />,

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