Socket
Socket
Sign inDemoInstall

react-mobile-calendar

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

17

index.js

@@ -83,7 +83,17 @@ /**

const rendDay = (day,props)=>{
let day_my = days.find((value)=>{
return value.key==day.number
let day_my;
days.forEach(function (value,index) {
if(value.key==day.number){
return day_my;
}
});
// let day_my = days.find((value)=>{
// return value.key==day.number
// });
if(day_my==undefined){

@@ -106,2 +116,3 @@

ReactDOM.render(

@@ -108,0 +119,0 @@

2

package.json
{
"name": "react-mobile-calendar",
"version": "1.0.4",
"version": "1.0.5",
"description": "> 用react做的用于手机端显示的日历",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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