Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@storybook/addon-knobs

Package Overview
Dependencies
Maintainers
5
Versions
819
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/addon-knobs - npm Package Compare versions

Comparing version 6.3.0-next.2 to 6.3.0

CHANGELOG.md

14

package.json
{
"name": "@storybook/addon-knobs",
"version": "6.3.0-next.2",
"version": "6.3.0",
"description": "Storybook addon for editing props",

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

"@babel/preset-typescript": "^7.13.0",
"@storybook/react": "^6.1.14",
"@storybook/react": "^6.3.0",
"@types/escape-html": "^1.0.1",

@@ -67,7 +67,7 @@ "@types/lodash": "^4.14.168",

"peerDependencies": {
"@storybook/addons": "^6.1.14",
"@storybook/api": "^6.1.14",
"@storybook/components": "^6.1.14",
"@storybook/core-events": "^6.1.14",
"@storybook/theming": "^6.1.14",
"@storybook/addons": "^6.3.0",
"@storybook/api": "^6.3.0",
"@storybook/components": "^6.3.0",
"@storybook/core-events": "^6.3.0",
"@storybook/theming": "^6.3.0",
"react": "^16.8.0 || ^17.0.0",

@@ -74,0 +74,0 @@ "react-dom": "^16.8.0 || ^17.0.0"

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

# Storybook Addon Knobs
# Storybook Addon Knobs (deprecated)
> We are deprecating Knobs in favor of @storybook/addon-controls.
>
> Discussion: https://github.com/storybookjs/storybook/discussions/15060
Storybook Addon Knobs allow you to edit props dynamically using the Storybook UI.

@@ -421,2 +425,3 @@ You can also use Knobs as a dynamic variable inside stories in [Storybook](https://storybook.js.org).

Alternatively you can use this import:
```

@@ -423,0 +428,0 @@ import { optionsKnob as options } from '@storybook/addon-knobs';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc