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

mx-tool

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mx-tool - npm Package Compare versions

Comparing version
1.0.15
to
1.0.16
+1
-1
package.json
{
"name": "mx-tool",
"version": "1.0.15",
"version": "1.0.16",
"description": "#### Description 提供摩西的标准时间 等基础能力",

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

@@ -79,3 +79,3 @@ "use strict";

for (let i = 0; i < posList.length; i++) {
useFullList.push(posList[i]);
useFullList.push(args[posList[i]]);
}

@@ -82,0 +82,0 @@ key += crypto_1.createHash("md5").update(JSON.stringify(useFullList)).digest("hex");

@@ -75,3 +75,3 @@ // 提供一个异步同时等待的方法

for (let i = 0; i < posList.length; i++) {
useFullList.push(posList[i])
useFullList.push(args[posList[i]])
}

@@ -78,0 +78,0 @@ key += createHash("md5").update(JSON.stringify(useFullList)).digest("hex")