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

@brc-dd/vitepress

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brc-dd/vitepress - npm Package Compare versions

Comparing version 1.0.0-dev.664006 to 1.0.0-dev.03f8c5e

dist/node-cjs/serve-1107f40a.cjs

2

dist/client/app/index.js

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

app.provide(dataSymbol, data);
// provide this to avoid circular dependency in VPContent
app.provide('NotFound', NotFound);
// install global components

@@ -39,0 +41,0 @@ app.component('Content', Content);

4

dist/node/cli.js

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

import { p as picocolors, g as build, s as serve, e as createServer } from './serve-453afd54.js';
import { p as picocolors, g as build, s as serve, e as createServer } from './serve-b75c1f58.js';
import 'shiki';

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

var version = "1.0.0-dev.0664006";
var version = "1.0.0-dev.03f8c5e";

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

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

import anchorPlugin from 'markdown-it-anchor';
import { FrontmatterPluginOptions } from '@mdit-vue/plugin-frontmatter';
import { TocPluginOptions } from '@mdit-vue/plugin-toc';

@@ -362,2 +363,3 @@ import { IThemeRegistration } from 'shiki';

};
frontmatter?: FrontmatterPluginOptions;
theme?: ThemeOptions;

@@ -364,0 +366,0 @@ toc?: TocPluginOptions;

@@ -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-453afd54.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-b75c1f58.js';
import 'node:dns';

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

{
"name": "@brc-dd/vitepress",
"version": "1.0.0-dev.0664006",
"version": "1.0.0-dev.03f8c5e",
"description": "Vite & Vue powered static site generator",

@@ -59,4 +59,6 @@ "type": "module",

"devDependencies": {
"@mdit-vue/plugin-component": "^0.9.2",
"@mdit-vue/plugin-component": "^0.9.4",
"@mdit-vue/plugin-frontmatter": "^0.9.2",
"@mdit-vue/plugin-toc": "^0.9.2",
"@mdit-vue/types": "^0.9.2",
"@rollup/plugin-alias": "^3.1.9",

@@ -97,3 +99,2 @@ "@rollup/plugin-commonjs": "^22.0.2",

"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"lint-staged": "^13.0.3",

@@ -100,0 +101,0 @@ "lru-cache": "^7.13.2",

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