Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-calendars-fei

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-calendars-fei - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "react-native-calendars-fei",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "description": "React Native Calendar Components",

@@ -8,2 +8,3 @@ import React, { Component } from 'react';

import { weekDayNames } from '../../dateutils';
import { xdateToData } from '../../interface';
import {

@@ -95,3 +96,3 @@ CHANGE_MONTH_LEFT_ARROW,

{this.props.renderArrow
? this.props.renderArrow('left')
? this.props.renderArrow('left', xdateToData(this.props.month))
: <Image

@@ -111,3 +112,3 @@ source={require('../img/previous.png')}

{this.props.renderArrow
? this.props.renderArrow('right')
? this.props.renderArrow('right', xdateToData(this.props.month))
: <Image

@@ -114,0 +115,0 @@ source={require('../img/next.png')}

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