🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tugou/baimahu

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tugou/baimahu - npm Package Compare versions

Comparing version
2.2.6
to
2.2.7
+1
-0
dist/lib/moment.d.ts

@@ -8,2 +8,3 @@ export declare const moment: {

twentyFour(): any;
format(val: any, format_rule: any): any;
};

@@ -24,3 +24,6 @@ 'use strict';

return Moment().endOf('day').format('X');
},
format(val, format_rule) {
return this.date(val).format(format_rule);
}
};
+2
-2
{
"name": "@tugou/baimahu",
"version": "2.2.6",
"version": "2.2.7",
"description": "标准函数扩展-前后端通用",

@@ -22,3 +22,3 @@ "main": "dist/index",

"license": "MIT",
"gitHead": "ef4154e61572e83ebfab3625308fce9e986c73f2"
"gitHead": "9a84fc5629f42b2f740e54b2a6168e5fbfbc280b"
}