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

react-datepicker

Package Overview
Dependencies
Maintainers
2
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datepicker - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

2

bower.json
{
"name": "react-date-picker",
"version": "0.11.1",
"version": "0.11.2",
"authors": [

@@ -5,0 +5,0 @@ "Remon Oldenbeuving <remon@hackerone.com>",

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

"description": "A simple and reusable datepicker component for React",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/Hacker0x01/react-datepicker",

@@ -7,3 +7,3 @@ var React = require( "react" );

var moment = require( "moment" );
var _ = require("lodash");
var _ = require( "lodash" );

@@ -46,3 +46,3 @@ var DatePicker = React.createClass( {

shouldComponentUpdate: function( nextProps, nextState ) {
return ! ( _.isEqual(nextProps, this.props) && _.isEqual(nextState, this.state) );
return !( _.isEqual( nextProps, this.props ) && _.isEqual( nextState, this.state ) );
},

@@ -49,0 +49,0 @@

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