New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.15 to 1.0.17

4

es/components/countdown-time/index.js

@@ -7,3 +7,3 @@ import regeneratorRuntime from "regenerator-runtime";

import { getServerTime, getDateByNumber } from '../../utils';
import { getServerTime, getDateByNumber, dateToCorrectFormat } from '../../utils';
Component({

@@ -53,3 +53,3 @@ props: {

toTime = _this.props.toTime;
startDate = new Date(toTime);
startDate = new Date(dateToCorrectFormat(toTime));
startTime = startDate.getTime();

@@ -56,0 +56,0 @@ diff = startTime - time;

{
"name": "big-white-calendar",
"description": "big-white-calendar",
"version": "1.0.15",
"version": "1.0.17",
"license": "MIT",

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

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