@vuepress/shared-utils
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -28,4 +28,7 @@ exports.logger = require('./lib/logger') | ||
exports.fs = require('fs-extra') | ||
exports.path = require('upath') | ||
exports.globby = require('globby') | ||
exports.hash = require('hash-sum') | ||
exports.fallback = require('./lib/fallback') |
// Midified from https://github.com/vuejs/vue-cli/blob/dev/packages/@0vue/cli-shared-utils/lib/module.js | ||
const semver = require('semver') | ||
const path = require('path') | ||
const path = require('upath') | ||
const fs = require('fs-extra') | ||
@@ -6,0 +6,0 @@ const { isTest } = require('./env') |
const fs = require('fs') | ||
const path = require('path') | ||
const path = require('upath') | ||
const chalk = require('chalk') | ||
@@ -4,0 +4,0 @@ const { isDebug } = require('./env') |
{ | ||
"name": "@vuepress/shared-utils", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "shared-utils for vuepress", | ||
@@ -24,3 +24,4 @@ "main": "index.js", | ||
"globby": "^8.0.1", | ||
"hash-sum": "^1.0.2" | ||
"hash-sum": "^1.0.2", | ||
"upath": "^1.1.0" | ||
}, | ||
@@ -27,0 +28,0 @@ "author": "ULIVZ <chl814@foxmail.com>", |
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
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
17868
6
25
536
+ Addedupath@^1.1.0
+ Addedupath@1.2.0(transitive)