Socket
Socket
Sign inDemoInstall

vitepress

Package Overview
Dependencies
Maintainers
5
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitepress - npm Package Compare versions

Comparing version 1.0.0-alpha.30 to 1.0.0-alpha.31

dist/node-cjs/serve-95507e84.cjs

4

dist/node/cli.js

@@ -1,2 +0,2 @@

import { p as picocolors, g as build, s as serve, e as createServer } from './serve-e6561b64.js';
import { p as picocolors, g as build, s as serve, e as createServer } from './serve-edb066d0.js';
import 'fs';

@@ -274,3 +274,3 @@ import 'path';

var version = "1.0.0-alpha.30";
var version = "1.0.0-alpha.31";

@@ -277,0 +277,0 @@ const argv = minimist(process.argv.slice(2));

@@ -1701,3 +1701,3 @@ import * as vite from 'vite';

declare type ThemeOptions = IThemeRegistration | {
type ThemeOptions = IThemeRegistration | {
light: IThemeRegistration;

@@ -1723,3 +1723,3 @@ dark: IThemeRegistration;

}
declare type MarkdownRenderer = MarkdownIt;
type MarkdownRenderer = MarkdownIt;

@@ -1821,3 +1821,3 @@ declare const createMarkdownRenderer: (srcDir: string, options?: MarkdownOptions, base?: string) => Promise<MarkdownRenderer>;

}
declare type RawConfigExports<ThemeConfig = any> = Awaitable<UserConfig<ThemeConfig>> | (() => Awaitable<UserConfig<ThemeConfig>>);
type RawConfigExports<ThemeConfig = any> = Awaitable<UserConfig<ThemeConfig>> | (() => Awaitable<UserConfig<ThemeConfig>>);
interface SiteConfig<ThemeConfig = any> extends Pick<UserConfig, 'markdown' | 'vue' | 'vite' | 'shouldPreload' | 'mpa' | 'lastUpdated' | 'ignoreDeadLinks' | 'cleanUrls' | 'useWebFonts' | 'buildEnd' | 'transformHead' | 'transformHtml' | 'transformPageData'> {

@@ -1824,0 +1824,0 @@ root: string;

@@ -1,2 +0,2 @@

export { g as build, f as createMarkdownRenderer, e as createServer, d as defineConfig, a as defineConfigWithTheme, r as resolveConfig, b as resolveSiteData, c as resolveSiteDataByRoute, s as serve } from './serve-e6561b64.js';
export { g as build, f as createMarkdownRenderer, e as createServer, d as defineConfig, a as defineConfigWithTheme, r as resolveConfig, b as resolveSiteData, c as resolveSiteDataByRoute, s as serve } from './serve-edb066d0.js';
import 'dns';

@@ -3,0 +3,0 @@ import 'vite';

{
"name": "vitepress",
"version": "1.0.0-alpha.30",
"version": "1.0.0-alpha.31",
"description": "Vite & Vue powered static site generator",

@@ -54,9 +54,9 @@ "type": "module",

"@docsearch/js": "^3.3.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/devtools-api": "^6.4.5",
"@vueuse/core": "^9.4.0",
"@vueuse/core": "^9.6.0",
"body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.11.1",
"vite": "^3.2.3",
"vue": "^3.2.41"
"vite": "^4.0.0",
"vue": "^3.2.45"
},

@@ -72,4 +72,4 @@ "devDependencies": {

"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",

@@ -91,4 +91,4 @@ "@rollup/plugin-replace": "^5.0.1",

"@types/minimist": "^1.2.2",
"@types/node": "^18.11.9",
"@types/prompts": "^2.4.1",
"@types/node": "^18.11.13",
"@types/prompts": "^2.4.2",
"chokidar": "^3.5.3",

@@ -100,13 +100,13 @@ "compression": "^1.7.4",

"enquirer": "^2.3.6",
"esbuild": "^0.15.13",
"esbuild": "^0.16.4",
"escape-html": "^1.0.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"get-port": "^5.1.1",
"lint-staged": "^13.0.3",
"fs-extra": "^11.1.0",
"get-port": "^6.1.2",
"lint-staged": "^13.1.0",
"lru-cache": "^7.14.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-attrs": "^4.1.4",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",

@@ -120,11 +120,11 @@ "markdown-it-emoji": "^2.0.2",

"pkg-dir": "^5.0.0",
"playwright-chromium": "^1.27.1",
"playwright-chromium": "^1.28.1",
"polka": "1.0.0-next.22",
"prettier": "^2.7.1",
"prettier": "^2.8.1",
"prompts": "^2.4.2",
"punycode": "^2.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-esbuild": "^4.10.2",
"rollup": "^3.7.2",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.3.8",

@@ -134,6 +134,6 @@ "shiki-processor": "^0.1.1",

"sirv": "^2.0.2",
"supports-color": "^9.2.3",
"typescript": "~4.8.4",
"vitest": "^0.25.0",
"vue-tsc": "^1.0.9",
"supports-color": "^9.3.0",
"typescript": "~4.9.4",
"vitest": "^0.25.7",
"vue-tsc": "^1.0.12",
"wait-on": "^6.0.1"

@@ -140,0 +140,0 @@ },

Sorry, the diff of this file is not supported yet

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