Socket
Socket
Sign inDemoInstall

react-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-day-picker - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

2

dist/CalendarUtils.js

@@ -16,3 +16,3 @@ 'use strict';

var currentDay = firstOfMonth.clone();
var currentDay = firstOfMonth.clone().utc();
var currentWeek = [];

@@ -19,0 +19,0 @@ var weeksInMonth = [];

{
"name": "react-day-picker",
"version": "0.8.2",
"version": "0.8.3",
"description": "Minimalistic date picker component for React and momentjs.",

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

@@ -11,3 +11,3 @@

var currentDay = firstOfMonth.clone();
var currentDay = firstOfMonth.clone().utc();
var currentWeek = [];

@@ -14,0 +14,0 @@ var weeksInMonth = [];

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