🎩 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.11
to
1.0.12
+1
-1
package.json
{
"name": "mx-tool",
"version": "1.0.11",
"version": "1.0.12",
"description": "#### Description 提供摩西的标准时间 等基础能力",

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

@@ -25,3 +25,3 @@ import { debug } from 'debug'

static wait(num: number) {
return new Promise(function (resolve) {
return new Promise<void>(function (resolve) {
setTimeout(() => {

@@ -28,0 +28,0 @@ resolve();