🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fouro/elx

Package Overview
Dependencies
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fouro/elx - npm Package Compare versions

Comparing version
1.0.52
to
1.0.53
+1
-1
package.json
{
"name": "@fouro/elx",
"version": "1.0.52",
"version": "1.0.53",
"description": "element-ui components",

@@ -5,0 +5,0 @@ "main": "/src",

@@ -73,3 +73,3 @@ <template>

let theDate = dayjs(`${this.activeYear}-01-01`),
lastDay = dayjs(`${this.activeYear}-12-12`);
lastDay = dayjs(`${this.activeYear}-12-31`);

@@ -76,0 +76,0 @@ while (theDate.diff(theDate.endOf('year'), 'day') !== 0) {