Socket
Socket
Sign inDemoInstall

rmc-calendar

Package Overview
Dependencies
23
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.12 to 0.1.13

2

es/DatePicker.d.ts

@@ -10,3 +10,3 @@ /// <reference types="react" />

panel: HTMLDivElement;
transform: any;
transform: string;
genMonthComponent: (data?: Models.MonthData | undefined) => JSX.Element | undefined;

@@ -13,0 +13,0 @@ computeHeight: (data: Models.MonthData, singleMonth: SingleMonth | null) => void;

@@ -18,3 +18,3 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck';

_this.transform = {};
_this.transform = '';
_this.genMonthComponent = function (data) {

@@ -21,0 +21,0 @@ if (!data) return;

@@ -10,3 +10,3 @@ /// <reference types="react" />

panel: HTMLDivElement;
transform: any;
transform: string;
genMonthComponent: (data?: Models.MonthData | undefined) => JSX.Element | undefined;

@@ -13,0 +13,0 @@ computeHeight: (data: Models.MonthData, singleMonth: SingleMonth | null) => void;

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

_this.transform = {};
_this.transform = '';
_this.genMonthComponent = function (data) {

@@ -54,0 +54,0 @@ if (!data) return;

{
"name": "rmc-calendar",
"version": "0.1.12",
"version": "0.1.13",
"description": "React Mobile Calendar Component(web and react-native)",

@@ -5,0 +5,0 @@ "keywords": [

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