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.12 to 1.0.0-alpha.13

dist/client/app/composables/copyCode.js

0

dist/client/app/components/ClientOnly.js

@@ -0,0 +0,0 @@ import { defineComponent, ref, onMounted } from 'vue';

@@ -0,0 +0,0 @@ import { defineComponent, h } from 'vue';

@@ -0,0 +0,0 @@ import { watchEffect } from 'vue';

@@ -0,0 +0,0 @@ // Customized pre-fetch for page chunks based on

@@ -0,0 +0,0 @@ import { shallowRef, readonly, computed, inject } from 'vue';

@@ -0,0 +0,0 @@ import { setupDevtoolsPlugin } from '@vue/devtools-api';

@@ -11,2 +11,3 @@ import { createApp as createClientApp, createSSRApp, defineComponent, h, onMounted, watch } from 'vue';

import { ClientOnly } from './components/ClientOnly.js';
import { useCopyCode } from './composables/copyCode.js';
const NotFound = Theme.NotFound || (() => '404 Not Found');

@@ -27,2 +28,4 @@ const VitePressApp = defineComponent({

}
// setup global copy code handler
useCopyCode();
if (Theme.setup)

@@ -29,0 +32,0 @@ Theme.setup();

@@ -0,0 +0,0 @@ import { reactive, inject, markRaw, nextTick, readonly } from 'vue';

@@ -0,0 +0,0 @@ // entry for SSR

@@ -0,0 +0,0 @@ import { siteDataRef } from './data.js';

@@ -0,0 +0,0 @@ import * as vue from 'vue';

@@ -0,0 +0,0 @@ // exports in this file are exposed to themes and md files via 'vitepress'

@@ -0,0 +0,0 @@ export const EXTERNAL_URL_RE = /^[a-z]+:/i;

@@ -0,0 +0,0 @@ import { computed } from 'vue';

@@ -0,0 +0,0 @@ import { computed } from 'vue';

@@ -0,0 +0,0 @@ import { ref, watch, readonly, onUnmounted } from 'vue';

@@ -0,0 +0,0 @@ import { ref, computed, watch } from 'vue';

@@ -0,0 +0,0 @@ import { computed, onMounted, onUpdated, onUnmounted } from 'vue';

@@ -0,0 +0,0 @@ import { computed } from 'vue';

@@ -0,0 +0,0 @@ import { computed, onMounted, onUnmounted, ref, watchEffect } from 'vue';

@@ -0,0 +0,0 @@ import { onMounted, onUnmounted } from 'vue';

@@ -0,0 +0,0 @@ import './styles/fonts.css';

@@ -0,0 +0,0 @@ import { ensureStartingSlash } from './utils.js';

@@ -0,0 +0,0 @@ // Used under CC0 1.0 from https://simpleicons.org/

@@ -0,0 +0,0 @@ import { ref } from 'vue';

4

dist/node/cli.js

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

import { p as picocolors, g as build, s as serve, e as createServer } from './serve-0ffe109f.js';
import { p as picocolors, g as build, s as serve, e as createServer } from './serve-1b26f7f9.js';
import 'shiki';

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

var version = "1.0.0-alpha.12";
var version = "1.0.0-alpha.13";

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

@@ -0,0 +0,0 @@ import * as vite from 'vite';

@@ -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-0ffe109f.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-1b26f7f9.js';
import 'node:dns';

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

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

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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