Socket
Book a DemoInstallSign in
Socket

@storybook/sveltekit

Package Overview
Dependencies
Maintainers
12
Versions
1480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/sveltekit - npm Package Compare versions

Comparing version

to
0.0.0-pr-32369-sha-60d3e1c8

dist/_node-chunks/chunk-L5TXJ4V5.js

@@ -18,2 +18,10 @@ import { SvelteRenderer } from '@storybook/svelte';

builder?: BuilderOptions;
/**
* Enable or disable automatic documentation generation for component properties, events, and
* slots. When disabled, Storybook will skip the docgen processing step during build, which can
* improve build performance.
*
* @default true
*/
docgen?: boolean;
};

@@ -20,0 +28,0 @@ type StorybookConfigFramework = {

@@ -8,2 +8,10 @@ import { StorybookConfig as StorybookConfig$1, CompatibleString } from 'storybook/internal/types';

builder?: BuilderOptions;
/**
* Enable or disable automatic documentation generation for component properties, events, and
* slots. When disabled, Storybook will skip the docgen processing step during build, which can
* improve build performance.
*
* @default true
*/
docgen?: boolean;
};

@@ -10,0 +18,0 @@ type StorybookConfigFramework = {

14

dist/node/index.js

@@ -1,8 +0,8 @@

import CJS_COMPAT_NODE_URL_3fhgxyzcpat from 'node:url';
import CJS_COMPAT_NODE_PATH_3fhgxyzcpat from 'node:path';
import CJS_COMPAT_NODE_MODULE_3fhgxyzcpat from "node:module";
import CJS_COMPAT_NODE_URL_q6feyiupac8 from 'node:url';
import CJS_COMPAT_NODE_PATH_q6feyiupac8 from 'node:path';
import CJS_COMPAT_NODE_MODULE_q6feyiupac8 from "node:module";
var __filename = CJS_COMPAT_NODE_URL_3fhgxyzcpat.fileURLToPath(import.meta.url);
var __dirname = CJS_COMPAT_NODE_PATH_3fhgxyzcpat.dirname(__filename);
var require = CJS_COMPAT_NODE_MODULE_3fhgxyzcpat.createRequire(import.meta.url);
var __filename = CJS_COMPAT_NODE_URL_q6feyiupac8.fileURLToPath(import.meta.url);
var __dirname = CJS_COMPAT_NODE_PATH_q6feyiupac8.dirname(__filename);
var require = CJS_COMPAT_NODE_MODULE_q6feyiupac8.createRequire(import.meta.url);

@@ -14,3 +14,3 @@ // ------------------------------------------------------------

__name
} from "../_node-chunks/chunk-Z4CIWO4H.js";
} from "../_node-chunks/chunk-L5TXJ4V5.js";

@@ -17,0 +17,0 @@ // src/node/index.ts

@@ -1,8 +0,8 @@

import CJS_COMPAT_NODE_URL_3fhgxyzcpat from 'node:url';
import CJS_COMPAT_NODE_PATH_3fhgxyzcpat from 'node:path';
import CJS_COMPAT_NODE_MODULE_3fhgxyzcpat from "node:module";
import CJS_COMPAT_NODE_URL_q6feyiupac8 from 'node:url';
import CJS_COMPAT_NODE_PATH_q6feyiupac8 from 'node:path';
import CJS_COMPAT_NODE_MODULE_q6feyiupac8 from "node:module";
var __filename = CJS_COMPAT_NODE_URL_3fhgxyzcpat.fileURLToPath(import.meta.url);
var __dirname = CJS_COMPAT_NODE_PATH_3fhgxyzcpat.dirname(__filename);
var require = CJS_COMPAT_NODE_MODULE_3fhgxyzcpat.createRequire(import.meta.url);
var __filename = CJS_COMPAT_NODE_URL_q6feyiupac8.fileURLToPath(import.meta.url);
var __dirname = CJS_COMPAT_NODE_PATH_q6feyiupac8.dirname(__filename);
var require = CJS_COMPAT_NODE_MODULE_q6feyiupac8.createRequire(import.meta.url);

@@ -14,6 +14,6 @@ // ------------------------------------------------------------

mockSveltekitStores
} from "./_node-chunks/chunk-JPCFHKZW.js";
} from "./_node-chunks/chunk-UWYUJPVN.js";
import {
__name
} from "./_node-chunks/chunk-Z4CIWO4H.js";
} from "./_node-chunks/chunk-L5TXJ4V5.js";

@@ -20,0 +20,0 @@ // src/preset.ts

@@ -1,8 +0,8 @@

import CJS_COMPAT_NODE_URL_3fhgxyzcpat from 'node:url';
import CJS_COMPAT_NODE_PATH_3fhgxyzcpat from 'node:path';
import CJS_COMPAT_NODE_MODULE_3fhgxyzcpat from "node:module";
import CJS_COMPAT_NODE_URL_q6feyiupac8 from 'node:url';
import CJS_COMPAT_NODE_PATH_q6feyiupac8 from 'node:path';
import CJS_COMPAT_NODE_MODULE_q6feyiupac8 from "node:module";
var __filename = CJS_COMPAT_NODE_URL_3fhgxyzcpat.fileURLToPath(import.meta.url);
var __dirname = CJS_COMPAT_NODE_PATH_3fhgxyzcpat.dirname(__filename);
var require = CJS_COMPAT_NODE_MODULE_3fhgxyzcpat.createRequire(import.meta.url);
var __filename = CJS_COMPAT_NODE_URL_q6feyiupac8.fileURLToPath(import.meta.url);
var __dirname = CJS_COMPAT_NODE_PATH_q6feyiupac8.dirname(__filename);
var require = CJS_COMPAT_NODE_MODULE_q6feyiupac8.createRequire(import.meta.url);

@@ -14,6 +14,6 @@ // ------------------------------------------------------------

mockSveltekitStores
} from "./_node-chunks/chunk-JPCFHKZW.js";
} from "./_node-chunks/chunk-UWYUJPVN.js";
import {
__name
} from "./_node-chunks/chunk-Z4CIWO4H.js";
} from "./_node-chunks/chunk-L5TXJ4V5.js";

@@ -20,0 +20,0 @@ // src/vite-plugin.ts

{
"name": "@storybook/sveltekit",
"version": "0.0.0-pr-32289-sha-5b7a0231",
"description": "Storybook for SvelteKit",
"version": "0.0.0-pr-32369-sha-60d3e1c8",
"description": "Storybook for SvelteKit: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
"storybook-framework",
"svelte",
"sveltekit",
"svelte-kit"
"svelte-kit",
"vite",
"component",
"components"
],

@@ -56,5 +60,5 @@ "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/sveltekit",

"dependencies": {
"@storybook/builder-vite": "0.0.0-pr-32289-sha-5b7a0231",
"@storybook/svelte": "0.0.0-pr-32289-sha-5b7a0231",
"@storybook/svelte-vite": "0.0.0-pr-32289-sha-5b7a0231"
"@storybook/builder-vite": "0.0.0-pr-32369-sha-60d3e1c8",
"@storybook/svelte": "0.0.0-pr-32369-sha-60d3e1c8",
"@storybook/svelte-vite": "0.0.0-pr-32369-sha-60d3e1c8"
},

@@ -67,3 +71,3 @@ "devDependencies": {

"peerDependencies": {
"storybook": "^0.0.0-pr-32289-sha-5b7a0231",
"storybook": "^0.0.0-pr-32369-sha-60d3e1c8",
"svelte": "^5.0.0",

@@ -70,0 +74,0 @@ "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"

# Storybook for SvelteKit
See [documentation](https://storybook.js.org/docs/get-started/frameworks/sveltekit?renderer=svelte) for installation instructions, usage examples, APIs, and more.
See [documentation](https://storybook.js.org/docs/get-started/frameworks/sveltekit?renderer=svelte&ref=readme) for installation instructions, usage examples, APIs, and more.

@@ -9,1 +9,3 @@ ## Acknowledgements

A big thank you also goes out to [Paolo Ricciuti](https://twitter.com/PaoloRicciuti) for improving the mocking capabilities.
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).