@jakerluo/utils
Advanced tools
Comparing version 0.0.2-next.4 to 0.0.2-next.5
@@ -5,6 +5,11 @@ "use strict"; | ||
const log = require("./log"); | ||
const isObject = require("./isObject"); | ||
const { pathExists, pathExistsSync } = require("./path-exists"); | ||
module.exports = { | ||
...npmInfo, | ||
isObject, | ||
log, | ||
pathExists, | ||
pathExistsSync, | ||
}; |
@@ -78,3 +78,3 @@ "use strict"; | ||
// 根据指定 version 和 pacakgeName 获取符合 semver 规范的最新版本号 | ||
// 根据指定 version 和 packageName 获取符合 semver 规范的最新版本号 | ||
async function getPackageLatestSemverVersion( | ||
@@ -81,0 +81,0 @@ packageName, |
{ | ||
"name": "@jakerluo/utils", | ||
"version": "0.0.2-next.4", | ||
"version": "0.0.2-next.5", | ||
"description": "utils", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "16e3b61726afee62e8e11418c55bf953d40539c5" | ||
"gitHead": "b8d493934016b85dd0607d5c89d8d177a18dc002" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4401
7
124
2