New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-period-of-stay-input

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-period-of-stay-input - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "react-period-of-stay-input",
"version": "1.2.0",
"version": "1.2.1",
"description": "React.js component for entering a period of stay in a hotel: check-in + check-out date",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,4 +33,8 @@ /* global window */

if (isPolyfilled()) {
window.$(this.getDOMNode()).datepicker({dateFormat: 'yy-mm-dd', firstDay: 1});
window.$(this.getDOMNode()).on('change', this.handleEdit);
window.$(this.getDOMNode()).datepicker({
dateFormat: 'yy-mm-dd',
firstDay: 1
}).on('change', this.handleEdit).on('blur', function () {
this.setState({draftValue: null});
}.bind(this));
}

@@ -37,0 +41,0 @@ }.bind(this), 500);

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