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

@storybook/addon-viewport

Package Overview
Dependencies
Maintainers
11
Versions
2130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-viewport - npm Package Compare versions

Comparing version

to
0.0.0-pr-29434-sha-c02fe507

4

package.json
{
"name": "@storybook/addon-viewport",
"version": "0.0.0-pr-29424-sha-612c2fbc",
"version": "0.0.0-pr-29434-sha-c02fe507",
"description": "Build responsive components by adjusting Storybook’s viewport size and orientation",

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

"peerDependencies": {
"storybook": "^0.0.0-pr-29424-sha-612c2fbc"
"storybook": "^0.0.0-pr-29434-sha-c02fe507"
},

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

@@ -5,3 +5,3 @@ # Storybook Viewport Addon

[Framework Support](https://storybook.js.org/docs/react/api/frameworks-feature-support)
[Framework Support](https://storybook.js.org/docs/configure/integration/frameworks-feature-support)

@@ -12,3 +12,3 @@ ![Screenshot](https://raw.githubusercontent.com/storybookjs/storybook/next/code/addons/viewport/docs/viewport.png)

Viewport is part of [essentials](https://storybook.js.org/docs/react/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run:
Viewport is part of [essentials](https://storybook.js.org/docs/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run:

@@ -19,3 +19,3 @@ ```sh

Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/#configure-your-storybook-project):
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/configure#configure-your-storybook-project):

@@ -22,0 +22,0 @@ ```js