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

@vuepress/utils

Package Overview
Dependencies
Maintainers
6
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.48 to 2.0.0-beta.49

lib/isChildPath.d.ts

1

lib/index.d.ts

@@ -10,2 +10,3 @@ import * as chalk from 'chalk';

export * from './hash';
export * from './isChildPath';
export * from './logger';

@@ -12,0 +13,0 @@ export * from './renderHead';

@@ -30,2 +30,3 @@ "use strict";

__exportStar(require("./hash"), exports);
__exportStar(require("./isChildPath"), exports);
__exportStar(require("./logger"), exports);

@@ -32,0 +33,0 @@ __exportStar(require("./renderHead"), exports);

4

package.json
{
"name": "@vuepress/utils",
"version": "2.0.0-beta.48",
"version": "2.0.0-beta.49",
"description": "Utils package of VuePress",

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

"@types/fs-extra": "^9.0.13",
"@vuepress/shared": "2.0.0-beta.48",
"@vuepress/shared": "2.0.0-beta.49",
"chalk": "^4.1.2",

@@ -30,0 +30,0 @@ "debug": "^4.3.4",

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