New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-vitebook

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vitebook - npm Package Compare versions

Comparing version

to
0.19.10

2

package.json
{
"name": "create-vitebook",
"version": "0.19.9",
"version": "0.19.10",
"keywords": [

@@ -5,0 +5,0 @@ "alternative",

@@ -5,3 +5,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node';

export default defineConfig(/** __GENERICS__ */)({
include: ['src/**/*.{jsx,tsx}'],
include: ['src/**/*.story.{jsx,tsx}'],
plugins: [

@@ -8,0 +8,0 @@ preactPlugin({ appFile: 'App.tsx' }),

@@ -6,3 +6,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node';

export default defineConfig(/** __GENERICS__ */)({
include: ['src/**/*.{md,jsx,tsx}'],
include: ['src/**/*.md', 'src/**/*.story.{jsx,tsx}'],
plugins: [

@@ -9,0 +9,0 @@ preactMarkdownPlugin(),

@@ -7,3 +7,3 @@ import {

export default defineConfig(/** __GENERICS__ */)({
include: ['src/**/*.svelte'],
include: ['src/**/*.story.svelte'],
plugins: [

@@ -10,0 +10,0 @@ clientPlugin({ appFile: 'App.svelte' }) /** __PLUGINS__ */,

@@ -5,3 +5,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node';

export default defineConfig(/** __GENERICS__ */)({
include: ['src/**/*.{md,svelte}'],
include: ['src/**/*.md', 'src/**/*.story.svelte'],
plugins: [

@@ -8,0 +8,0 @@ svelteMarkdownPlugin(),

@@ -5,3 +5,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node';

export default defineConfig(/** __GENERICS__ */)({
include: ['src/**/*.vue'],
include: ['src/**/*.story.vue'],
plugins: [

@@ -8,0 +8,0 @@ vuePlugin({ appFile: 'App.vue' }),

@@ -6,3 +6,3 @@ import { clientPlugin, defineConfig } from '@vitebook/client/node';

export default defineConfig(/** __GENERICS__ */)({
include: ['src/**/*.{md,vue}'],
include: ['src/**/*.md', 'src/**/*.story.vue'],
plugins: [

@@ -9,0 +9,0 @@ vueMarkdownPlugin(),