You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@storybook/csf-plugin

Package Overview
Dependencies
Maintainers
12
Versions
1111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/csf-plugin - npm Package Compare versions

Comparing version

to
9.0.0-alpha.12

2

dist/index.d.ts

@@ -13,4 +13,4 @@ import * as _vite from 'vite';

declare const rollup: (options: EnrichCsfOptions) => _rollup.Plugin<any> | _rollup.Plugin<any>[];
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin | _vite.Plugin[];
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin<any> | _vite.Plugin<any>[];
export { CsfPluginOptions, esbuild, rollup, unplugin, vite, webpack };
{
"name": "@storybook/csf-plugin",
"version": "9.0.0-alpha.11",
"version": "9.0.0-alpha.12",
"description": "Enrich CSF files via static analysis",

@@ -59,3 +59,3 @@ "keywords": [

"peerDependencies": {
"storybook": "^9.0.0-alpha.11"
"storybook": "^9.0.0-alpha.12"
},

@@ -62,0 +62,0 @@ "publishConfig": {