Socket
Socket
Sign inDemoInstall

react-calendar

Package Overview
Dependencies
12
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.17.2 to 2.17.3

26

package.json
{
"name": "react-calendar",
"version": "2.17.2",
"version": "2.17.3",
"description": "Ultimate calendar for your React app.",

@@ -66,3 +66,3 @@ "main": "dist/entry.js",

"dependencies": {
"get-user-locale": "^1.1.0",
"get-user-locale": "^1.1.1",
"merge-class-names": "^1.1.1",

@@ -75,4 +75,4 @@ "prop-types": "^15.6.0",

"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",

@@ -82,5 +82,5 @@ "babel-plugin-transform-object-rest-spread": "^6.26.0",

"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",

@@ -90,8 +90,8 @@ "eslint-plugin-import": "^2.14.0",

"eslint-plugin-react": "^7.11.1",
"jest": "^23.5.0",
"jest-cli": "^23.5.0",
"less": "~3.7.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.4.1",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"less": "^3.8.1",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-test-renderer": "^16.5.0",
"rimraf": "^2.6.2"

@@ -98,0 +98,0 @@ },

@@ -300,3 +300,3 @@ import React from 'react';

it('calls onChange function returning beginning of selected period by default', () => {
it('calls onChange function returning the beginning of selected period by default', () => {
const onChange = jest.fn();

@@ -360,3 +360,3 @@ const component = mount(

it('calls onChange function returning beginning of selected period when returnValue is set to "range"', () => {
it('calls onChange function returning the beginning of selected period when returnValue is set to "range"', () => {
const onChange = jest.fn();

@@ -379,3 +379,3 @@ const component = mount(

it('calls onChange function returning beginning of selected period, but no earlier than minDate', () => {
it('calls onChange function returning the beginning of selected period, but no earlier than minDate', () => {
const onChange = jest.fn();

@@ -396,3 +396,3 @@ const component = mount(

it('calls onChange function returning beginning of selected period, but no later than maxDate', () => {
it('calls onChange function returning the beginning of selected period, but no later than maxDate', () => {
const onChange = jest.fn();

@@ -399,0 +399,0 @@ const component = mount(

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc