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

cpwcom

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpwcom - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+2
-1
lib/index.js

@@ -174,3 +174,3 @@ /*

s = date.getSeconds();
return Y + '-' + (arr[M] || M) + '-' + (arr[D] || D) + '-' + (arr[h] || h) + ':' + (arr[m] || m) + ':' + (arr[s] || s);
return `${Y}-${arr[M] || M}-${arr[D] || D} ${arr[h] || h}:${arr[m] || m}:${arr[s] || s}`;
},

@@ -202,2 +202,3 @@ formatData: function(obj, type) {

// 打印日志

@@ -204,0 +205,0 @@ common.prototype.msg=msg;

{
"name": "cpwcom",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

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