Socket
Socket
Sign inDemoInstall

react-calendar

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-calendar - npm Package Compare versions

Comparing version 2.17.0 to 2.17.1

0

dist/entry.nostyle.d.ts

@@ -0,0 +0,0 @@ declare module "react-calendar/dist/entry.nostyle" {

20

dist/shared/dates.js

@@ -9,15 +9,17 @@ 'use strict';

var _Array$from = Array.from(Array(7), function (el, index) {
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
var _map = [].concat(_toConsumableArray(Array(7))).map(function (el, index) {
return index;
}),
_Array$from2 = _slicedToArray(_Array$from, 7),
_map2 = _slicedToArray(_map, 7),
// eslint-disable-next-line no-unused-vars
SUNDAY = _Array$from2[0],
MONDAY = _Array$from2[1],
TUESDAY = _Array$from2[2],
WEDNESDAY = _Array$from2[3],
THURSDAY = _Array$from2[4],
FRIDAY = _Array$from2[5],
SATURDAY = _Array$from2[6];
SUNDAY = _map2[0],
MONDAY = _map2[1],
TUESDAY = _map2[2],
WEDNESDAY = _map2[3],
THURSDAY = _map2[4],
FRIDAY = _map2[5],
SATURDAY = _map2[6];

@@ -24,0 +26,0 @@ /* Simple getters - getting a property of a given point in time */

{
"name": "react-calendar",
"version": "2.17.0",
"version": "2.17.1",
"description": "Ultimate calendar for your React app.",

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

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { Component } from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react';

@@ -0,0 +0,0 @@ import Calendar from './Calendar';

@@ -0,0 +0,0 @@ import Calendar from './Calendar';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { Component } from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react';

@@ -0,0 +0,0 @@ import {

const [
// eslint-disable-next-line no-unused-vars
SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY,
] = Array.from(Array(7), (el, index) => index);
] = [...Array(7)].map((el, index) => index);

@@ -6,0 +6,0 @@ /* Simple getters - getting a property of a given point in time */

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { PureComponent } from 'react';

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