Socket
Socket
Sign inDemoInstall

@vuepress/utils

Package Overview
Dependencies
Maintainers
2
Versions
82
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-rc.0 to 2.0.0-rc.1

README.md

2

dist/index.d.ts

@@ -123,2 +123,2 @@ export { default as debug } from 'debug';

export { TEMPLATE_RENDERER_OUTLETS, TemplateRenderer, TemplateRendererContext, createError, error, formatMs, getDirname, importFile, importFileDefault, info, isChildPath, logger, renderHead, renderHeadAttrs, sanitizeFileName, success, templateRenderer, tip, warn, withSpinner };
export { TEMPLATE_RENDERER_OUTLETS, type TemplateRenderer, type TemplateRendererContext, createError, error, formatMs, getDirname, importFile, importFileDefault, info, isChildPath, logger, renderHead, renderHeadAttrs, sanitizeFileName, success, templateRenderer, tip, warn, withSpinner };
{
"name": "@vuepress/utils",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "Utils package of VuePress",

@@ -11,7 +11,7 @@ "keywords": [

"bugs": {
"url": "https://github.com/vuepress/vuepress-next/issues"
"url": "https://github.com/vuepress/core/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-next.git"
"url": "git+https://github.com/vuepress/core.git"
},

@@ -35,9 +35,9 @@ "license": "MIT",

"debug": "^4.3.4",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"hash-sum": "^2.0.0",
"ora": "^7.0.1",
"ora": "^8.0.1",
"picocolors": "^1.0.0",
"upath": "^2.0.1",
"@vuepress/shared": "2.0.0-rc.0"
"@vuepress/shared": "2.0.0-rc.1"
},

@@ -59,3 +59,3 @@ "publishConfig": {

"target": "es2022",
"tsconfig": "../tsconfig.dts.json"
"tsconfig": "../../tsconfig.dts.json"
},

@@ -62,0 +62,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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