Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vuepress/utils

Package Overview
Dependencies
Maintainers
7
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/utils - npm Package Compare versions

Comparing version 2.0.0-beta.38 to 2.0.0-beta.40

lib/hash.d.ts

5

lib/index.d.ts
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';

6

lib/index.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc