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

bee-datepicker

Package Overview
Dependencies
Maintainers
11
Versions
276
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-datepicker - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

4

build/RangePicker.js

@@ -99,3 +99,3 @@ "use strict";

hoverValue: [],
value: []
value: props.defaultValue || []
};

@@ -107,3 +107,3 @@ return _this;

this.setState({
value: []
value: nextProps.defaultValue || []
});

@@ -110,0 +110,0 @@ };

@@ -32,3 +32,3 @@ /**

this.state = {
value: ''
value: [moment('2017-01-11'),moment('2017-01-19')]
};

@@ -35,0 +35,0 @@ }

{
"name": "bee-datepicker",
"version": "1.0.11",
"version": "1.0.12",
"description": "DatePicker ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -44,3 +44,3 @@ /**

hoverValue: [],
value: [] ,
value: props.defaultValue || [],
};

@@ -50,3 +50,3 @@ }

this.setState({
value:[]
value:nextProps.defaultValue || []
})

@@ -53,0 +53,0 @@ }

Sorry, the diff of this file is too big to display

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