@vuepress/utils
Advanced tools
Comparing version 2.0.0-beta.38 to 2.0.0-beta.40
import * as chalk from 'chalk'; | ||
import * as debug from 'debug'; | ||
import * as globby from 'globby'; | ||
import hash = require('hash-sum'); | ||
import * as ora from 'ora'; | ||
export { debug, chalk, globby, hash, ora }; | ||
export { debug, chalk, globby, ora }; | ||
export * as fs from 'fs-extra'; | ||
export * as path from 'upath'; | ||
export * from './hasExportDefault'; | ||
export * from './hash'; | ||
export * from './logger'; | ||
export * from './renderHead'; | ||
export * from './renderHeadAttrs'; | ||
export * from './requireResolve'; | ||
export * from './withSpinner'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.path = exports.fs = exports.ora = exports.hash = exports.globby = exports.chalk = exports.debug = void 0; | ||
exports.path = exports.fs = exports.ora = exports.globby = exports.chalk = exports.debug = void 0; | ||
const chalk = require("chalk"); | ||
@@ -25,4 +25,2 @@ exports.chalk = chalk; | ||
exports.globby = globby; | ||
const hash = require("hash-sum"); | ||
exports.hash = hash; | ||
const ora = require("ora"); | ||
@@ -33,6 +31,6 @@ exports.ora = ora; | ||
__exportStar(require("./hasExportDefault"), exports); | ||
__exportStar(require("./hash"), exports); | ||
__exportStar(require("./logger"), exports); | ||
__exportStar(require("./renderHead"), exports); | ||
__exportStar(require("./renderHeadAttrs"), exports); | ||
__exportStar(require("./requireResolve"), exports); | ||
__exportStar(require("./withSpinner"), exports); |
{ | ||
"name": "@vuepress/utils", | ||
"version": "2.0.0-beta.38", | ||
"version": "2.0.0-beta.40", | ||
"description": "Utils package of VuePress", | ||
@@ -18,3 +18,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"author": "Evan You", | ||
"author": "meteorlxy", | ||
"main": "lib/index.js", | ||
@@ -25,11 +25,6 @@ "types": "lib/index.d.ts", | ||
], | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "rimraf lib *.tsbuildinfo" | ||
}, | ||
"dependencies": { | ||
"@types/debug": "^4.1.7", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/hash-sum": "^1.0.0", | ||
"@vuepress/shared": "2.0.0-beta.38", | ||
"@vuepress/shared": "2.0.0-beta.40", | ||
"chalk": "^4.1.2", | ||
@@ -46,3 +41,6 @@ "debug": "^4.3.4", | ||
}, | ||
"gitHead": "7cb24eab18628a66371a367090f7c9c33b519136" | ||
} | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "rimraf lib *.tsbuildinfo" | ||
} | ||
} |
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
10
2
8248
178
+ Added@vuepress/shared@2.0.0-beta.40(transitive)
- Removed@types/hash-sum@^1.0.0
- Removed@types/hash-sum@1.0.2(transitive)
- Removed@vuepress/shared@2.0.0-beta.38(transitive)