Socket
Socket
Sign inDemoInstall

@vuepress/utils

Package Overview
Dependencies
Maintainers
6
Versions
80
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.49 to 2.0.0-beta.50-pre

40

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

@@ -19,6 +19,11 @@ "keywords": [

"author": "meteorlxy",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"lib"
"./dist"
],

@@ -28,9 +33,10 @@ "dependencies": {

"@types/fs-extra": "^9.0.13",
"@vuepress/shared": "2.0.0-beta.49",
"chalk": "^4.1.2",
"@types/hash-sum": "^1.0.0",
"@vuepress/shared": "2.0.0-beta.50-pre",
"chalk": "^5.0.1",
"debug": "^4.3.4",
"fs-extra": "^10.1.0",
"globby": "^11.0.4",
"globby": "^13.1.2",
"hash-sum": "^2.0.0",
"ora": "^5.4.1",
"ora": "^6.1.2",
"upath": "^2.0.1"

@@ -41,6 +47,20 @@ },

},
"tsup": {
"clean": true,
"dts": "./src/index.ts",
"entry": [
"./src/index.ts"
],
"format": [
"esm"
],
"outDir": "./dist",
"sourcemap": false,
"target": "es2020",
"tsconfig": "../tsconfig.dts.json"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
"build": "tsup",
"clean": "rimraf dist"
}
}
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