Socket
Socket
Sign inDemoInstall

react-day-picker

Package Overview
Dependencies
2
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "react-day-picker",
"version": "0.1.6",
"version": "0.1.7",
"description": "A minimalistic date picker component using moment.js.",

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

@@ -77,5 +77,5 @@ import React from 'react';

getDayModifiers(day) {
if (!this.props.modifiers) return '';
var dayModifiers = [];
if (!this.props.modifiers) return dayModifiers;
const modifiers = this.props.modifiers;
var dayModifiers = [];
for (let modifier in modifiers) {

@@ -82,0 +82,0 @@ var func = modifiers[modifier];

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc