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

big-white-calendar

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-white-calendar - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

6

es/index.js

@@ -42,2 +42,6 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }

header = data.map(function (arr) {
if (!arr.length) {
return;
}
var item = arr.length > 1 ? arr.find(function (c) {

@@ -54,2 +58,4 @@ return contrastSameDay(c.issue_start_time, currentTime);

};
}).filter(function (c) {
return c;
});

@@ -56,0 +62,0 @@ activeKey = header.findIndex(function (c) {

2

package.json
{
"name": "big-white-calendar",
"description": "big-white-calendar",
"version": "1.0.12",
"version": "1.0.13",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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