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

@vuepress/client

Package Overview
Dependencies
Maintainers
7
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/client - npm Package Compare versions

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

dist/app.d.ts

67

package.json
{
"name": "@vuepress/client",
"version": "2.0.0-beta.38",
"version": "2.0.0-beta.40",
"description": "Client package of VuePress",

@@ -18,29 +18,60 @@ "keywords": [

"license": "MIT",
"author": "Evan You",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "meteorlxy",
"type": "module",
"exports": {
".": "./dist/index.js",
"./app": "./dist/app.js",
"./helpers": "./helpers/index.js",
"./package.json": "./package.json",
"./templates/*": "./templates/*",
"./types": "./types.d.ts"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"lib",
"dist",
"templates",
"types.d.ts"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
},
"dependencies": {
"@vue/devtools-api": "^6.1.4",
"@vuepress/shared": "2.0.0-beta.38",
"vue": "^3.2.31",
"@vuepress/shared": "2.0.0-beta.40",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@types/webpack-env": "^1.16.3",
"vite": "~2.9.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7cb24eab18628a66371a367090f7c9c33b519136"
}
"tsup": {
"clean": true,
"dts": [
"src/index.ts"
],
"entry": [
"src/app.ts",
"src/index.ts"
],
"external": [
"@internal/clientAppEnhances",
"@internal/clientAppRootComponents",
"@internal/clientAppSetups",
"@internal/layoutComponents",
"@internal/pagesComponents",
"@internal/pagesData",
"@internal/pagesRoutes",
"@internal/siteData"
],
"format": [
"esm"
],
"outDir": "dist",
"sourcemap": false,
"target": "es2020",
"tsconfig": "tsconfig.dts.json"
},
"scripts": {
"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