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.18 to 2.0.0-beta.19

6

lib/index.d.ts
import * as debug from 'debug';
import * as chalk from 'chalk';
import * as fs from 'fs-extra';
import * as globby from 'globby';
import * as ora from 'ora';
import * as path from 'upath';
import hash = require('hash-sum');
export { debug, chalk, fs, globby, hash, ora, path };
export { debug, chalk, globby, hash, ora };
export * as fs from 'fs-extra';
export * as path from 'upath';
export * from './hasExportDefault';

@@ -10,0 +10,0 @@ export * from './logger';

@@ -13,3 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.path = exports.ora = exports.hash = exports.globby = exports.fs = exports.chalk = exports.debug = void 0;
exports.path = exports.fs = exports.ora = exports.hash = exports.globby = exports.chalk = exports.debug = void 0;
const debug = require("debug");

@@ -19,4 +19,2 @@ exports.debug = debug;

exports.chalk = chalk;
const fs = require("fs-extra");
exports.fs = fs;
const globby = require("globby");

@@ -26,6 +24,6 @@ exports.globby = globby;

exports.ora = ora;
const path = require("upath");
exports.path = path;
const hash = require("hash-sum");
exports.hash = hash;
exports.fs = require("fs-extra");
exports.path = require("upath");
__exportStar(require("./hasExportDefault"), exports);

@@ -32,0 +30,0 @@ __exportStar(require("./logger"), exports);

{
"name": "@vuepress/utils",
"version": "2.0.0-beta.18",
"version": "2.0.0-beta.19",
"description": "Utils package of VuePress",

@@ -32,3 +32,3 @@ "keywords": [

"@types/hash-sum": "^1.0.0",
"@vuepress/shared": "2.0.0-beta.18",
"@vuepress/shared": "2.0.0-beta.19",
"chalk": "^4.1.1",

@@ -45,3 +45,3 @@ "debug": "^4.3.1",

},
"gitHead": "b74a98f3ebe57b5edf3443bf747834a767e67796"
"gitHead": "3193f78a234e9c8fb5652a21951420158c2320f6"
}
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