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

storybook-react-rsbuild

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storybook-react-rsbuild - npm Package Compare versions

Comparing version

to
0.0.1-beta.1

dist/index-8cba017d.d.ts

7

dist/index.d.ts

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

// dev-mode
export * from '../src/index';
export { F as FrameworkOptions, S as StorybookConfig } from './index-8cba017d.js';
import 'storybook-builder-rsbuild';
import 'file-system-cache';
import 'http';
import '@storybook/react-docgen-typescript-plugin';

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

// dev-mode
export * from '../src/preset';
import { S as StorybookConfig, P as PresetProperty } from './index-8cba017d.js';
import 'storybook-builder-rsbuild';
import 'file-system-cache';
import 'http';
import '@storybook/react-docgen-typescript-plugin';
declare const rsbuildFinal: StorybookConfig['rsbuildFinal'];
declare const core: PresetProperty<'core'>;
export { core, rsbuildFinal };
{
"name": "storybook-react-rsbuild",
"version": "0.0.1-beta.0",
"version": "0.0.1-beta.1",
"description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.",

@@ -42,7 +42,7 @@ "keywords": [

"@types/node": "^18.0.0",
"storybook-builder-rsbuild": "0.0.1-beta.0"
"storybook-builder-rsbuild": "0.0.1-beta.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"typescript": ">= 4.2.x"

@@ -70,2 +70,3 @@ },

"@storybook/types": "8.0.10",
"typescript": "^5.3.2",
"add": "^2.0.6"

@@ -72,0 +73,0 @@ },

@@ -1,3 +0,1 @@

# Storybook for React & Webpack
See [documentation](https://storybook.js.org/docs/8.0/get-started/react-webpack5?renderer=react) for installation instructions, usage examples, APIs, and more.
# Storybook for React & Rsbuild