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

@storybook/csf-plugin

Package Overview
Dependencies
Maintainers
31
Versions
1033
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
0.0.0-pr-24225-sha-5ffd56a7

2

dist/index.d.ts

@@ -12,5 +12,5 @@ import * as _vite from 'vite';

declare const webpack: (options: EnrichCsfOptions) => _webpack.WebpackPluginInstance;
declare const rollup: (options: EnrichCsfOptions) => _rollup.Plugin | _rollup.Plugin[];
declare const rollup: (options: EnrichCsfOptions) => _rollup.Plugin<any> | _rollup.Plugin<any>[];
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin | _vite.Plugin[];
export { CsfPluginOptions, esbuild, rollup, unplugin, vite, webpack };
{
"name": "@storybook/csf-plugin",
"version": "0.0.0-pr-24110-sha-9e9d8374",
"version": "0.0.0-pr-24225-sha-5ffd56a7",
"description": "Enrich CSF files via static analysis",

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

"dependencies": {
"@storybook/csf-tools": "0.0.0-pr-24110-sha-9e9d8374",
"@storybook/csf-tools": "0.0.0-pr-24225-sha-5ffd56a7",
"unplugin": "^1.3.1"

@@ -50,0 +50,0 @@ },